osx/custompkg/Makefile

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