diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2010-06-17 03:24:48 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-17 14:43:56 -0500 |
commit | 9e54c8a0aafdb50d6886202fc4fc899af74217e7 (patch) | |
tree | 2d992f3e3ab3c9b475bca511f307d2d45cc45d2b /system/ksh/ksh.SlackBuild | |
parent | 6ef187f80ddb1bb4fd4d6a48040f5a1ae8e8e361 (diff) | |
download | slackbuilds-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.SlackBuild | 6 |
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 . \ |