aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-26 03:22:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-26 03:22:57 +0000
commitea12886b3e82c405f99bfd8f2eac0df74ed8b811 (patch)
tree9a49d8421fcf669e6b9e8c30f2747e97f1dcbd15
parent5c120d71b33f320ef71ef06b42ad8228dd473b0b (diff)
set default install location to ~/Library/Pd on Mac OS X
svn path=/trunk/externals/mapping/; revision=13478
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fc2c82f..8e9084a 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,8 @@ ifeq ($(UNAME),Darwin)
STRIP = strip -x
DISTDIR=$(LIBRARY_NAME)-$(LIBRARY_VERSION)
DISTBINDIR=$(DISTDIR)-$(OS)
+# install into ~/Library/Pd on Mac OS X since /usr/local isn't used much
+ pkglibdir=$(HOME)/Library/Pd
endif
endif
ifeq ($(UNAME),Linux)
@@ -278,3 +280,4 @@ showsetup:
@echo "ALLSOURCES: $(ALLSOURCES)"
@echo "UNAME: $(UNAME)"
@echo "CPU: $(CPU)"
+ @echo "pkglibdir: $(pkglibdir)"