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

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