Update of /cvsroot/pure-data/packages/linux_make In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25312
Modified Files: Makefile Log Message: added .pdsettings file to install package
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Makefile 1 Aug 2006 01:27:21 -0000 1.13 --- Makefile 13 Sep 2006 19:38:20 -0000 1.14 *************** *** 62,65 **** --- 62,66 ---- 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) && \ *************** *** 87,90 **** --- 88,94 ---- 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)