Update of /cvsroot/pure-data/packages/linux_make In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9037
Modified Files: Makefile Log Message: removed extraneous uname info from package name
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** Makefile 17 Dec 2006 22:51:33 -0000 1.24 --- Makefile 29 Dec 2006 02:29:22 -0000 1.25 *************** *** 62,66 **** package: tarbz2
! PACKAGE_NAME = Pd-$(PD_VERSION)-$(OS_NAME)-$(shell uname -m) tarbz2: installer_makefile installer_readme install -p .pdsettings $(DESTDIR)$(prefix) --- 62,66 ---- package: tarbz2
! PACKAGE_NAME = Pd-$(PD_VERSION) tarbz2: installer_makefile installer_readme install -p .pdsettings $(DESTDIR)$(prefix)