aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-29 02:30:43 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-29 02:30:43 +0000
commit9b729c781085d9d52b6a062cdf7eefe979b3cc63 (patch)
tree43b16b6d56c67afe725e9b866f53304c54184dd8 /packages
parentf8866f92b14abed49670a4b8b1f8ce355197448a (diff)
removed extraneous uname info from package name
svn path=/trunk/; revision=7094
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/linux_make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile
index 17845f5c..3557322b 100755
--- a/packages/linux_make/Makefile
+++ b/packages/linux_make/Makefile
@@ -61,7 +61,7 @@ install:
package: tarbz2
-PACKAGE_NAME = Pd-$(PD_VERSION)-$(OS_NAME)-$(shell uname -m)
+PACKAGE_NAME = Pd-$(PD_VERSION)
tarbz2: installer_makefile installer_readme
install -p .pdsettings $(DESTDIR)$(prefix)
mv $(DESTDIR)$(prefix) $(DESTDIR)$(PACKAGE_NAME)