Last active
August 29, 2015 14:17
-
-
Save rmanly/fa478ef11e249ab316c2 to your computer and use it in GitHub Desktop.
pack multiple files of a certain type using some make features not seen in a lot of luggage files
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=icc_profiles | |
| PACKAGE_VERSION=3.0 | |
| REVERSE_DOMAIN=org.glenbrook225.S607 | |
| profiles=$(wildcard *.icc) | |
| PAYLOAD=$(foreach profile,$(profiles),pack-Library-ColorSync-Profiles-$(profile)) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I moved rules for ColorSync folder to luggage.local. Removed spaces because they were passed trough to the make command. This wasn't a "problem" but I feel it was messy.