mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
190 B

var_append makeopt " " "-f local.mk"
makeinstopt="$makeopt"
hook_add postmake 3 \
'(
cd util
cp -a aufs.5 $mandir/man5
install -m 500 -p mount.aufs umount.aufs auplink aulchown /sbin
)'