This commit is contained in:
Jeffrey Paul
2018-01-16 16:20:18 -06:00
parent 9f91823fd8
commit 24bf4bb650
6 changed files with 8 additions and 7 deletions

View File

@@ -37,11 +37,10 @@ $(OUTPUT): prepare custompkg/custom.pkg
"$(OSX)" \
/Applications/Xcode.app \
/Applications/AutoDMG.app \
/Applications/CreateUserPkg.app \
"$(OSX)" \
$(PWD)/custompkg/custom.pkg \
$(PWD)/pkgs/*.pkg && \
cp /tmp/output.dmg $(PWD)/$@
"$(PWD)"/custompkg/custom.pkg \
"$(PWD)"/pkgs/*.pkg && \
cp /tmp/output.dmg "$(PWD)"/$@
clean:
rm -f *.dmg /tmp/output.dmg custompkg/*.pkg