initial, untested
This commit is contained in:
10
custompkg/Makefile
Executable file
10
custompkg/Makefile
Executable file
@@ -0,0 +1,10 @@
|
||||
custom.pkg:
|
||||
pkgbuild \
|
||||
--install-location / \
|
||||
--root ./root/ \
|
||||
--scripts ./scripts/ \
|
||||
--identifier com.example.package.custom \
|
||||
$@
|
||||
|
||||
clean:
|
||||
rm -f *.pkg
|
||||
Reference in New Issue
Block a user