Last active
September 4, 2021 18:02
Luggage makefile-generated pkg to drop dummy receipts in place which stop prompt to update/adopt Mac AppStore apps (in this case for iLife without Garageband)(may also need to wipe /var/db/.MASManifest, as per @jessepeterson)
This file contains 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 |
This file contains 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After execute makefile on OSX 11.11.5
line 2: include: command not found
/Users/ert/Downloads/10024912-7780b13bc82fcb09ae44306dd8fe3a08758f1e0e/makefile: line 8: pack-iLifeDummyReceipts:: command not found
/Users/ert/Downloads/10024912-7780b13bc82fcb09ae44306dd8fe3a08758f1e0e/makefile: line 9: @sudo: command not found
/Users/ert/Downloads/10024912-7780b13bc82fcb09ae44306dd8fe3a08758f1e0e/makefile: line 10: @sudo: command not found
after delete @ in gistfile1.txt no change…