aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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