aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile.buildlayout
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-03-17 22:47:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-03-17 22:47:59 +0000
commitbaff3d9a8221d5566b3b5e49656032fac70c2379 (patch)
tree58f6191b5790dc1bea973212cc5a3029b4793fe7 /packages/Makefile.buildlayout
parentae0d3c3b79f567679e82245119ce7c54cc8587bb (diff)
switched install location on GNU/Linux from lib/pd to lib/pd-extended so that the pd-extended package can coexist with the official packages
svn path=/trunk/; revision=13223
Diffstat (limited to 'packages/Makefile.buildlayout')
-rw-r--r--packages/Makefile.buildlayout2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile.buildlayout b/packages/Makefile.buildlayout
index 99e765f5..a010e4e4 100644
--- a/packages/Makefile.buildlayout
+++ b/packages/Makefile.buildlayout
@@ -118,7 +118,7 @@ ifeq ($(OS_NAME),darwin)
libpddir = $(prefix)
libpdbindir = $(bindir)
else
- libpddir = $(libdir)/pd
+ libpddir = $(libdir)/pd-extended
libpdbindir = $(libpddir)/bin
endif
endif