summaryrefslogtreecommitdiffstats
path: root/wine
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-06-22 07:27:10 +0000
committer Eric Hameleers <alien@slackware.com>2009-06-22 07:27:10 +0000
commita22fa18adeb40abd302cf0c6bcce6fe087748fa6 (patch)
treeab3e030b39c628d0f791651870d8da902b11fc18 /wine
parent1224b5edd5f9542440a1f1bf3c9c733ca786d984 (diff)
downloadasb-a22fa18adeb40abd302cf0c6bcce6fe087748fa6.tar.gz
asb-a22fa18adeb40abd302cf0c6bcce6fe087748fa6.tar.xz
Updated for 1.1.24
Diffstat (limited to 'wine')
-rwxr-xr-xwine/build/wine.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index bbed74a2..557565ef 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -81,6 +81,7 @@
# 1.1.10-1: 06/dec/2008 by Eric Hameleers <alien@slackware.com>
# 1.1.11-1: 22/dec/2008 by Eric Hameleers <alien@slackware.com>
# 1.1.22-1: 28/may/2009 by Eric Hameleers <alien@slackware.com>
+# 1.1.24-1: 22/jun/2009 by Eric Hameleers <alien@slackware.com>
#
# Run 'sh wine.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -91,7 +92,7 @@
# Set initial variables:
PRGNAM=wine
-SRCVER=${SRCVER:-"1.1.22"}
+SRCVER=${SRCVER:-"1.1.24"}
VERSION=$(echo $SRCVER | tr '-' '.')
ARCH=${ARCH:-"i486"}
BUILD=${BUILD:-1}
@@ -274,10 +275,8 @@ if [ -d $PKG/usr/man ]; then
fi
# Strip binaries
-cd $PKG
-find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-cd -
+find $PKG | xargs file | grep -e "executable" -e "shared object" \
+ | grep ELF | cut -f1 -d: | xargs strip --strip-unneeded 2>/dev/null
# Add a package description:
mkdir -p $PKG/install