I hereby claim:
- I am unixorn on github.
- I am unixorn (https://keybase.io/unixorn) on keybase.
- I have a public key whose fingerprint is 92EF 2BD5 0DAE 87E0 09E3 4127 C845 E8F1 6D8C F61B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
compile_package: payload modify_packageroot | |
@-sudo rm -fr ${PAYLOAD_D}/${PACKAGE_FILE} | |
@echo "Creating ${PAYLOAD_D}/${PACKAGE_FILE} with pkgbuild" | |
@sudo pkgbuild --root ${WORK_D} \ | |
--identifier ${PACKAGE_ID} \ | |
--ownership preserve \ | |
--version ${PACKAGE_VERSION} \ | |
--scripts ${SCRIPT_D} \ | |
${PAYLOAD_D}/${PACKAGE_FILE} |
# 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/* |
From 30e354fd338d85529f81eee7150659d662026c91 Mon Sep 17 00:00:00 2001 | |
From: Chris Adams <[email protected]> | |
Date: Sun, 22 Feb 2009 22:46:51 -0500 | |
Subject: [PATCH] Import of wtfUpdate.py | |
--- | |
utilities/wtfUpdate.py | 176 ++++++++++++++++++++++++++++++++++++++++++++++++ | |
1 files changed, 176 insertions(+), 0 deletions(-) | |
create mode 100644 utilities/wtfUpdate.py |