summaryrefslogtreecommitdiffstats
path: root/wine/build/wine.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-01-30 21:25:02 +0000
committer Eric Hameleers <alien@slackware.com>2007-01-30 21:25:02 +0000
commit3b774fb5c7e450083655e42f89fc43fa7e358fe3 (patch)
treef66e394540de6c6e9af4b520569d3bd7a732fa0c /wine/build/wine.SlackBuild
parent80384c27c980ec1894d6542d5ea87bbc9c8d19e0 (diff)
downloadasb-3b774fb5c7e450083655e42f89fc43fa7e358fe3.tar.gz
asb-3b774fb5c7e450083655e42f89fc43fa7e358fe3.tar.xz
Update
Diffstat (limited to 'wine/build/wine.SlackBuild')
-rwxr-xr-xwine/build/wine.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index b48c1a7d..8d0d9991 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright (c) 2006 Eric Hameleers <alien@slackware.com>
+# Copyright (c) 2006,2007 Eric Hameleers <alien@slackware.com>
# -----------------------------------------------------------------------------
#
# Slackware SlackBuild script
@@ -15,6 +15,8 @@
# * Initial build.
# 0.9.25-1: 14/nov/2006 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.9.30-1: 30/jan/2007 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -26,7 +28,7 @@
# Set initial variables:
PRGNAM=wine
-VERSION=${VERSION:-0.9.25}
+VERSION=${VERSION:-0.9.30}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
@@ -175,9 +177,8 @@ else
cd ${PRGNAM}* # a little less specific
fi
-chown -R root.root *
-find . -perm 777 -exec chmod 755 {} \;
-find . -perm 666 -exec chmod 644 {} \;
+chown -R root:root .
+chmod -R u+w,go+r-w,a-s .
# --- BUILDING ---