diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-02-22 06:19:06 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-02-22 06:19:06 +0000 |
commit | f56f902e47748676e2cdbf283d17fc63b98c9d6e (patch) | |
tree | 60fa845992011c1f3462221256a09995a442a955 /packages | |
parent | cea10d3f6ebabcb97f93475506c60d0f58357a63 (diff) |
remove .pd_darwin and point to libdir of libdir
svn path=/trunk/; revision=14945
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Makefile | 2 |
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 |