diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-02-22 04:01:46 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-02-22 04:01:46 +0000 |
commit | cea10d3f6ebabcb97f93475506c60d0f58357a63 (patch) | |
tree | 1be8705376c3830cc9a950ea22ecc203d25fdc09 /packages/Makefile | |
parent | 62d3d94cc33ef707139c3b8bb50e4475a9d77e77 (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/Makefile | 3 |
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 |