Skip to content

Instantly share code, notes, and snippets.

@unixorn
Created January 24, 2011 02:31
Show Gist options
  • Save unixorn/792726 to your computer and use it in GitHub Desktop.
Save unixorn/792726 to your computer and use it in GitHub Desktop.
example of copying a bunch of manpages
# stick a background image into /etc/hooks to use with iHook.
pack-dir-to-man8: l_usr_man_man8
@sudo cp my_man_dir/* ${WORK_D}/usr/share/man/man8
@sudo chmod 644 ${WORK_D}/usr/share/man/man8/*
@sudo chown root:admin ${WORK_D}/usr/share/man/man8/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment