diff options
| author | hallgren <hallgren@chalmers.se> | 2015-10-01 08:39:35 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2015-10-01 08:39:35 +0000 |
| commit | f89cf16d2559c75e855dc3d5711d9576914f93bd (patch) | |
| tree | fbf5f11ac57e49b9f89a40368753b644f1f32805 /Makefile | |
| parent | 13a8515164007bd637c86484ed6e80d1091d293f (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)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
