aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-02-22 06:19:06 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-02-22 06:19:06 +0000
commitf56f902e47748676e2cdbf283d17fc63b98c9d6e (patch)
tree60fa845992011c1f3462221256a09995a442a955 /packages/Makefile
parentcea10d3f6ebabcb97f93475506c60d0f58357a63 (diff)
remove .pd_darwin and point to libdir of libdir
svn path=/trunk/; revision=14945
Diffstat (limited to 'packages/Makefile')
-rw-r--r--packages/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index af87a6bb..b5f6cb7d 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -141,7 +141,7 @@ 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.pd_darwin $(DESTDIR)$(libpddir)/startup/libdir.pd_darwin
+ ln -s ../extra/libdir $(DESTDIR)$(libpddir)/startup/libdir
else
#----------------------------------------------------------------------------#
# old build system