From 46f8a3c341a2481c0ab16873959e15d6676dc9d4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 22 Sep 2011 21:17:31 +0000 Subject: centralize loader startup installing and set pdlua to start automatically svn path=/trunk/; revision=15343 --- packages/Makefile | 10 +++++++--- packages/win32_inno/Makefile | 4 ---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'packages') diff --git a/packages/Makefile b/packages/Makefile index 5fd0e4c0..fa3e2de8 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -118,10 +118,14 @@ 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 +# make loaders start automatically by being in new 'startup' folder install -d $(DESTDIR)$(libpddir)/startup - ln -s ../extra/libdir/libdir.$(EXTENSION) \ - $(DESTDIR)$(libpddir)/startup/libdir.$(EXTENSION) +# libdir + cd $(DESTDIR)$(libpddir)/startup && \ + ln -s ../extra/libdir/ libdir +# pdlua + cd $(DESTDIR)$(libpddir)/startup && \ + ln -s ../extra/pdlua/ pdlua else #----------------------------------------------------------------------------# # old build system diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index a67c3fa9..eb20ab6b 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -79,10 +79,6 @@ prebuilt_install: $(MAKE) -C $(packages_src) $(DEST_PATHS) doc_format install -p pd-settings.reg $(DESTDIR)$(prefix) install -p pd-extended.bat $(DESTDIR)$(prefix) -# make libdir start automatically by being in new 'startup' folder - install -d $(DESTDIR)$(libpddir)/startup - cp -a $(DESTDIR)$(libpddir)/extra/libdir/libdir.$(EXTENSION) \ - $(DESTDIR)$(libpddir)/startup/libdir.$(EXTENSION) #==============================================================================# -- cgit v1.2.1