aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile.buildlayout
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-30 07:03:19 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-30 07:03:19 +0000
commit9cf2c9d4f466dfd9ae81bdae9aace2effbe5a5e5 (patch)
tree1db59bfe2e2c4eedca51c33c94448114ae649d0f /packages/Makefile.buildlayout
parentf7d28b65ad3287d8157c914f24e4003b8d5739b7 (diff)
preparing for RC6, bug fixes and tweaks, things are look ing good
svn path=/trunk/; revision=4086
Diffstat (limited to 'packages/Makefile.buildlayout')
-rw-r--r--packages/Makefile.buildlayout3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/Makefile.buildlayout b/packages/Makefile.buildlayout
index 5bc5f28b..6a2dab6d 100644
--- a/packages/Makefile.buildlayout
+++ b/packages/Makefile.buildlayout
@@ -40,7 +40,6 @@ UNAME := $(shell uname -s)
ifeq ($(UNAME),Linux)
OS_NAME = linux
EXTENSION = pd_linux
- prefix = /usr/local
else
ifeq ($(UNAME),Darwin)
OS_NAME = darwin
@@ -150,7 +149,7 @@ PD_VERSION = $(PD_MAJOR_VERSION).$(PD_MINOR_VERSION).$(PD_BUGFIX_VERSION)
# release version for this distro
-PACKAGE_VERSION = extended-RC5
+PACKAGE_VERSION = extended-RC6
PACKAGE_NAME = Pd-$(PD_VERSION)-$(PACKAGE_VERSION)