aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-02-22 06:21:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-02-22 06:21:37 +0000
commitc9f1b7e41e4906be98bb670bec990353a8d83011 (patch)
treebca3756766f536c47a825522c28d796728fde0f8 /packages/Makefile
parentf56f902e47748676e2cdbf283d17fc63b98c9d6e (diff)
we need an extension after all
svn path=/trunk/; revision=14946
Diffstat (limited to 'packages/Makefile')
-rw-r--r--packages/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index b5f6cb7d..5b6ac6f8 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -141,7 +141,8 @@ pd_install: pd
install -p $(pd_src)/src/notes.txt $(DESTDIR)$(manualsdir)/$(PD_NAME)
# make libdir start automatically by being in new 'startup' folder
install -d $(DESTDIR)$(libpddir)/startup
- ln -s ../extra/libdir $(DESTDIR)$(libpddir)/startup/libdir
+ ln -s ../extra/libdir/libdir.$(EXTENSION) \
+ $(DESTDIR)$(libpddir)/startup/libdir.$(EXTENSION)
else
#----------------------------------------------------------------------------#
# old build system