Makefile: make pkg: change install location from /usr to /usr/local

...for compatibility with OS X 10.11 El Capitan (which was released yesterday)
This commit is contained in:
hallgren
2015-10-01 08:39:35 +00:00
parent 13a8515164
commit f89cf16d25

View File

@@ -39,7 +39,7 @@ deb:
# Make an OS X Installer package
pkg:
PREFIX=/usr FMT=pkg bash bin/build-binary-dist.sh
FMT=pkg bash bin/build-binary-dist.sh
# Make a binary tar distribution
bintar: