summaryrefslogtreecommitdiffstats
path: root/system/mksh/mksh.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/mksh/mksh.SlackBuild')
-rw-r--r--system/mksh/mksh.SlackBuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/system/mksh/mksh.SlackBuild b/system/mksh/mksh.SlackBuild
index 1331e36bb3..3609acb9e3 100644
--- a/system/mksh/mksh.SlackBuild
+++ b/system/mksh/mksh.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mksh
-# Copyright (c) 2011-2012 Markus Reichelt, Aachen, DE
+# Copyright (c) 2011-2013 Markus Reichelt, Aachen, DE
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -23,15 +23,10 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# markus reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
-# 2011 Mar 20 - initial release
-# 2011 Jun 13 - adapted to R40
-# 2011 Aug 27 - adapted to R40b
-# 2011 Sep 07 - upstream review; minor tweaks, updated TaC-mksh.txt added
-# 2012 Apr 08 - adapted to R40f
+# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
PRGNAM=mksh
-VERSION=${VERSION:-R40f}
+VERSION=${VERSION:-R41}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
-gzip -dc $CWD/$PRGNAM-$VERSION.cpio.gz | cpio -mid
+tar xf $CWD/$PRGNAM-$VERSION.tgz
cd $PRGNAM
if [ "$STATIC" = "yes" ]; then