Created
April 28, 2014 15:34
-
-
Save anonymous/11375629 to your computer and use it in GitHub Desktop.
My 1st makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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