summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2015-10-01 08:39:35 +0000
committerhallgren <hallgren@chalmers.se>2015-10-01 08:39:35 +0000
commitf89cf16d2559c75e855dc3d5711d9576914f93bd (patch)
treefbf5f11ac57e49b9f89a40368753b644f1f32805
parent13a8515164007bd637c86484ed6e80d1091d293f (diff)
Makefile: make pkg: change install location from /usr to /usr/local
...for compatibility with OS X 10.11 El Capitan (which was released yesterday)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ed5bb23b..6fa4f21c1 100644
--- a/Makefile
+++ b/Makefile
@@ -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: