Skip to content

Instantly share code, notes, and snippets.

@rmanly
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save rmanly/fa478ef11e249ab316c2 to your computer and use it in GitHub Desktop.

Select an option

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
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))
@rmanly

rmanly commented Mar 19, 2015

Copy link
Copy Markdown
Author

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.

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