aboutsummaryrefslogtreecommitdiff
path: root/packages/linux_make
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-14 15:03:42 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-14 15:03:42 +0000
commit0fd8ef092f33486ba76c3aa9af03d484577940e0 (patch)
tree677613b87162bd456cbdf8b3071ca0db53df2342 /packages/linux_make
parentdbd7a15107eab5a7131d7f3aa58f7de9ca0ff162 (diff)
removed duplicate version in package name
svn path=/trunk/; revision=5234
Diffstat (limited to 'packages/linux_make')
-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 312489c0..68772ecd 100755
--- a/packages/linux_make/Makefile
+++ b/packages/linux_make/Makefile
@@ -67,7 +67,7 @@ install:
package: tarbz2
-PACKAGE_NAME = Pd-$(PD_VERSION)-$(PACKAGE_VERSION)-$(OS_NAME)-$(shell uname -m)
+PACKAGE_NAME = Pd-$(PD_VERSION)-$(OS_NAME)-$(shell uname -m)
tarbz2: installer_makefile installer_readme
mv $(DESTDIR)$(prefix) $(DESTDIR)$(PACKAGE_NAME)
cd $(DESTDIR) && \