initial
This commit is contained in:
13
osx-privacy-pkg/Makefile
Executable file
13
osx-privacy-pkg/Makefile
Executable 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
|
||||
Reference in New Issue
Block a user