maildrop: readd chown command

This commit is contained in:
Juergen Daubert 2008-10-01 14:07:40 +02:00
parent a1b2a671f2
commit f5281a772c

View File

@ -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}
}