-
-
Save techtherapy/10737485 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
added @sudo rm /var/db/.MASManifest