summaryrefslogtreecommitdiffstats
path: root/wine
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-06-18 17:49:40 +0000
committer Eric Hameleers <alien@slackware.com>2008-06-18 17:49:40 +0000
commitfa4513780d2a95ab8db4e54782e4a3930238f3cb (patch)
treef45bca46ba4c886cdb5b89d77edb6c5b376eef07 /wine
parent01cb72bfc7f5ee292aeea96ba11bfd393175a17f (diff)
downloadasb-fa4513780d2a95ab8db4e54782e4a3930238f3cb.tar.gz
asb-fa4513780d2a95ab8db4e54782e4a3930238f3cb.tar.xz
Release 1.0 yeah!
Diffstat (limited to 'wine')
-rwxr-xr-xwine/build/wine.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index 8dff4269..56c2e55a 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -68,6 +68,8 @@
# 1.0.rc2-1: 26/may/2008 by Eric Hameleers <alien@slackware.com>
# 1.0.rc3-1: 02/jun/2008 by Eric Hameleers <alien@slackware.com>
# 1.0.rc4-1: 07/jun/2008 by Eric Hameleers <alien@slackware.com>
+# 1.0-1: 18/jun/2008 by Eric Hameleers <alien@slackware.com>
+# * Yeah!
#
# Run 'sh wine.SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -78,7 +80,7 @@
# Set initial variables:
PRGNAM=wine
-SRCVER=${SRCVER:-"1.0-rc4"}
+SRCVER=${SRCVER:-"1.0"}
VERSION=$(echo $SRCVER | tr '-' '.')
ARCH=${ARCH:-"i486"}
BUILD=${BUILD:-1}
@@ -204,7 +206,7 @@ if `file ${SOURCE} | grep -q ": bzip2"`; then
else
tar -xzvf ${SOURCE}
fi
-mv ${PRGNAM}-${SRCVER} ${PRGNAM}-${VERSION}
+[ "$SRCVER" != "$VERSION" ] && mv ${PRGNAM}-${SRCVER} ${PRGNAM}-${VERSION}
cd ${PRGNAM}-${VERSION}
# Starting with openssl-0.9.8h, it has introduced a typedef named "X509_EXTENSIONS"
# into openssl/x509.h. Unfortunately, wine uses a define of the same name