Skip to content

Instantly share code, notes, and snippets.

@techtherapy
Forked from arubdesu/makefile
Last active August 29, 2015 13:59
Show Gist options
  • Save techtherapy/10737485 to your computer and use it in GitHub Desktop.
Save techtherapy/10737485 to your computer and use it in GitHub Desktop.
USE_PKGBUILD=1
include /usr/local/share/luggage/luggage.make
TITLE=iWorkDummyReceipts
REVERSE_DOMAIN=org.my.iWorkDummyReceipts
PACKAGE_VERSION=0.1
PAYLOAD=pack-iWorkDummyReceipts
pack-iWorkDummyReceipts: l_Applications
@sudo mkdir -p -m 755 ${WORK_D}/Applications/{Numbers,Pages,Keynote}.app/Contents/_MASReceipt
@sudo touch ${WORK_D}/Applications/{Numbers,Pages,Keynote}.app/Contents/_MASReceipt/receipt
@sudo rm /var/db/.MASManifest
USE_PKGBUILD=1
include /usr/local/share/luggage/luggage.make
TITLE=iLifeDummyReceipts
REVERSE_DOMAIN=org.my.iLifeDummyReceipts
PACKAGE_VERSION=0.1
PAYLOAD=pack-iLifeDummyReceipts
pack-iLifeDummyReceipts: l_Applications
@sudo mkdir -p -m 755 ${WORK_D}/Applications/{iPhoto,iMovie,GarageBand}.app/Contents/_MASReceipt
@sudo touch ${WORK_D}/Applications/{iPhoto,iMovie,GarageBand}.app/Contents/_MASReceipt/receipt
@sudo rm /var/db/.MASManifest
@techtherapy
Copy link
Author

added @sudo rm /var/db/.MASManifest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment