aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-02-22 04:01:46 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-02-22 04:01:46 +0000
commitcea10d3f6ebabcb97f93475506c60d0f58357a63 (patch)
tree1be8705376c3830cc9a950ea22ecc203d25fdc09 /packages/Makefile
parent62d3d94cc33ef707139c3b8bb50e4475a9d77e77 (diff)
make libdir start automatically by being in new 'startup' folder
svn path=/trunk/; revision=14944
Diffstat (limited to 'packages/Makefile')
-rw-r--r--packages/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/Makefile b/packages/Makefile
index 6f803297..af87a6bb 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -139,6 +139,9 @@ pd_install: pd
$(MAKE) -C $(pd_src) $(DEST_PATHS) $(PD_BUILD_FLAGS) install
install -d $(DESTDIR)$(manualsdir)/$(PD_NAME)
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
else
#----------------------------------------------------------------------------#
# old build system