From 355537f19ef82d5c6d512b7d1a9441a4b869a52c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 13 Sep 2006 19:38:20 +0000 Subject: added .pdsettings file to install package svn path=/trunk/; revision=5926 --- packages/linux_make/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages') diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index f097a2cc..de09a8b0 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -61,6 +61,7 @@ package: tarbz2 PACKAGE_NAME = Pd-$(PD_VERSION)-$(OS_NAME)-$(shell uname -m) tarbz2: installer_makefile installer_readme + install -p .pdsettings $(DESTDIR)$(prefix) mv $(DESTDIR)$(prefix) $(DESTDIR)$(PACKAGE_NAME) cd $(DESTDIR) && \ tar cjf $(PACKAGE_NAME).tar.bz2 $(PACKAGE_NAME) @@ -86,6 +87,9 @@ installer_readme: echo -e "\tmake install prefix=/path/to\n" >> $(INSTALLER_README_FILE) echo -e "To uninstall:\n" >> $(INSTALLER_README_FILE) echo -e "\tmake uninstall prefix=/path/to\n" >> $(INSTALLER_README_FILE) + echo -e "\nTo load the default set of libraries, you need to install the .pdsettings file included in the package:\n\n" >> $(INSTALLER_README_FILE) + echo -e "mv .pdsettings ~\n\n" >> $(INSTALLER_README_FILE) + echo -e "(~ is your home directory)\n" >> $(INSTALLER_README_FILE) installer_makefile: -- cgit v1.2.1