Skip to content

Instantly share code, notes, and snippets.

Created April 28, 2014 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/11375629 to your computer and use it in GitHub Desktop.
Save anonymous/11375629 to your computer and use it in GitHub Desktop.
My 1st makefile
USE_PKGBUILD=1
include /usr/local/share/luggage/luggage.make
TITLE=scriptRunnerPkg
REVERSE_DOMAIN=com.grahamgilbert
PAYLOAD=\
pack-scriptRunner
pack-scriptRunner: l_usr_local_bin
@sudo ${CP} ./scriptRunner.py ${WORK_D}/usr/local/bin/scriptRunner.py
@sudo chmod 755 ${WORK_D}/usr/local/bin/scriptRunner.py
@sudo chown root:wheel ${WORK_D}/usr/local/bin/scriptRunner.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment