Skip to content

Instantly share code, notes, and snippets.

@arubdesu
Created June 19, 2015 19:11
Show Gist options
  • Select an option

  • Save arubdesu/f94783c1ebc1e0bfcd5b to your computer and use it in GitHub Desktop.

Select an option

Save arubdesu/f94783c1ebc1e0bfcd5b to your computer and use it in GitHub Desktop.
luggage makefile for applying @pudquick's types-based 'fix' for 10.10 VM graphics, for use with @chilcote's outset
USE_PKGBUILD=1
include /usr/local/share/luggage/luggage.make
TITLE=beamSyncOutset
REVERSE_DOMAIN=org.yours
PACKAGE_VERSION=0.1
PAYLOAD=pack-usr-local-outset-everyboot-scripts-beamSync.py
l_usr_local_outset: l_usr_local
@sudo mkdir -p ${WORK_D}/usr/local/outset/everyboot-scripts
@sudo chown -R root:wheel ${WORK_D}/usr/local/outset
@sudo chmod -R 755 ${WORK_D}/usr/local/outset
pack-usr-local-outset-everyboot-scripts-%: % l_usr_local_outset
@sudo ${INSTALL} -m 755 -g wheel -o root "${<}" ${WORK_D}/usr/local/outset/everyboot-scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment