From e9b2113668bf2bc1bde70e8173d7cffcdd967e53 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Tue, 1 Jan 2013 00:31:49 -0500 Subject: system/st: Updated for version 0.3. Signed-off-by: dsomero --- system/st/st.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system/st/st.SlackBuild') diff --git a/system/st/st.SlackBuild b/system/st/st.SlackBuild index bcdc4a12b2e1b..08c1142cb1edf 100644 --- a/system/st/st.SlackBuild +++ b/system/st/st.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for st -# Copyright (c) 2011, Nikolay Korotkiy +# Copyright (c) 2011-2012, Nikolay Korotkiy # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -22,7 +22,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=st -VERSION=0.1.1 +VERSION=${VERSION:-0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,7 +59,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find . \ -- cgit v1.2.3