This commit is contained in:
admin
2016-02-23 12:12:32 -08:00
commit 2b1bc1a1dd
5 changed files with 93 additions and 0 deletions

13
osx-privacy-pkg/Makefile Executable file
View File

@@ -0,0 +1,13 @@
THIS := $(shell basename $(shell cd . && pwd -P))
VER := $(shell date -u +%Y%m%d)
100.$(THIS)-$(VER).pkg:
pkgbuild \
--install-location / \
--scripts ./scripts/ \
--nopayload \
--identifier de.eeqj.osxpkg.$(THIS) \
$@
clean:
rm -f *.pkg