diff options
Diffstat (limited to 'source/n/slrn/slrn.SlackBuild')
-rwxr-xr-x | source/n/slrn/slrn.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source/n/slrn/slrn.SlackBuild b/source/n/slrn/slrn.SlackBuild index 3981567e..018da3e3 100755 --- a/source/n/slrn/slrn.SlackBuild +++ b/source/n/slrn/slrn.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=slrn -VERSION=1.0.2 -BUILD=${BUILD:-3} +VERSION=1.0.3a +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -67,8 +67,9 @@ mkdir -p $TMP $PKG cd $TMP rm -rf slrn-$VERSION -tar xvf $CWD/slrn-$VERSION.tar.?z* || exit 1 -cd slrn-$VERSION || exit 1 +tar xvf $CWD/slrn-$VERSION.tar.?z || exit 1 +# Kludge for different directory version: +cd slrn-$VERSION || cd slrn-1.0.3 || exit 1 chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |