11 lines
163 B
Makefile
11 lines
163 B
Makefile
|
custom.pkg:
|
||
|
pkgbuild \
|
||
|
--install-location / \
|
||
|
--root ./root/ \
|
||
|
--scripts ./scripts/ \
|
||
|
--identifier com.example.package.custom \
|
||
|
$@
|
||
|
|
||
|
clean:
|
||
|
rm -f *.pkg
|