osx/custompkg/Makefile

11 lines
163 B
Makefile
Raw Permalink Normal View History

2016-09-30 05:06:32 +00:00
custom.pkg:
pkgbuild \
--install-location / \
--root ./root/ \
--scripts ./scripts/ \
--identifier com.example.package.custom \
$@
clean:
rm -f *.pkg