From cea10d3f6ebabcb97f93475506c60d0f58357a63 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 22 Feb 2011 04:01:46 +0000 Subject: make libdir start automatically by being in new 'startup' folder svn path=/trunk/; revision=14944 --- packages/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1