From 5b615d42615d5f2fd2ac0f4c96fc3e6e0760eddc Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 26 Apr 2010 03:22:57 +0000 Subject: set default install location to ~/Library/Pd on Mac OS X svn path=/trunk/externals/moonlib/; revision=13478 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d6765eb..b0cf88c 100644 --- a/Makefile +++ b/Makefile @@ -105,6 +105,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) @@ -283,3 +285,4 @@ showsetup: @echo "ALLSOURCES: $(ALLSOURCES)" @echo "UNAME: $(UNAME)" @echo "CPU: $(CPU)" + @echo "pkglibdir: $(pkglibdir)" -- cgit v1.2.1