Skip to content

Instantly share code, notes, and snippets.

@onyb
Created December 22, 2013 17:15
Show Gist options
  • Save onyb/8085570 to your computer and use it in GitHub Desktop.
Save onyb/8085570 to your computer and use it in GitHub Desktop.
./mkinstalldirs /usr/bin /usr/share/man/man1
/usr/bin/install -c less /usr/bin/less
/usr/bin/install -c lesskey /usr/bin/lesskey
/usr/bin/install -c lessecho /usr/bin/lessecho
/usr/bin/install -c -m 644 ./less.nro /usr/share/man/man1/less.1
/usr/bin/install -c -m 644 ./lesskey.nro /usr/share/man/man1/lesskey.1
/usr/bin/install -c -m 644 ./lessecho.nro /usr/share/man/man1/lessecho.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment