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
commit1452d94c6655721573faf4c995a1a0c979196762 (patch)
tree4d4f09d4676e65b86f8f30aa0e055b9b5f4826a9
parent662b324c48c9901aa00ec4c4ab3b2aaf634a4d73 (diff)
set default install location to ~/Library/Pd on Mac OS X
svn path=/trunk/externals/motex/; revision=13478
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b0e53d0..b1f0c02 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)"