summaryrefslogtreecommitdiffstats
path: root/system/ksh/ksh.SlackBuild
diff options
context:
space:
mode:
author Daniel LEVAI2010-06-17 10:24:48 +0200
committer Robby Workman2010-06-17 21:43:56 +0200
commit9e54c8a0aafdb50d6886202fc4fc899af74217e7 (patch)
tree2d992f3e3ab3c9b475bca511f307d2d45cc45d2b /system/ksh/ksh.SlackBuild
parent6ef187f80ddb1bb4fd4d6a48040f5a1ae8e8e361 (diff)
downloadslackbuilds-9e54c8a0aafdb50d6886202fc4fc899af74217e7.tar.gz
system/ksh: Updated with newer cvs snapshot.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/ksh/ksh.SlackBuild')
-rw-r--r--system/ksh/ksh.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/ksh/ksh.SlackBuild b/system/ksh/ksh.SlackBuild
index 7f22369300..f8fe180bf4 100644
--- a/system/ksh/ksh.SlackBuild
+++ b/system/ksh/ksh.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
# Copyright (c) 2010 Daniel LEVAI
# All rights reserved.
@@ -29,7 +29,7 @@
PRGNAM=ksh
VERSION=openbsd47
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -67,7 +67,7 @@ rm -Rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -Rf $PRGNAM-$VERSION
-tar zxvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \