osx/custompkg/Makefile
2016-09-30 01:06:32 -04:00

11 lines
163 B
Makefile
Executable File

custom.pkg:
pkgbuild \
--install-location / \
--root ./root/ \
--scripts ./scripts/ \
--identifier com.example.package.custom \
$@
clean:
rm -f *.pkg