From f5281a772c8703f8ff7b1f8a7931f36e1c310871 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 1 Oct 2008 14:07:40 +0200 Subject: [PATCH] maildrop: readd chown command --- maildrop/Pkgfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maildrop/Pkgfile b/maildrop/Pkgfile index 5491b6f9c..448dcbaf0 100644 --- a/maildrop/Pkgfile +++ b/maildrop/Pkgfile @@ -19,5 +19,7 @@ build () { make make DESTDIR=$PKG install + chown root:root $PKG/usr/bin/{maildrop,lockmail} rm -r $PKG/usr/{include,lib,man/man3,share} + }