diff options
Diffstat (limited to 'system/st/st.SlackBuild')
-rw-r--r-- | system/st/st.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/st/st.SlackBuild b/system/st/st.SlackBuild index bcdc4a12b2..08c1142cb1 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 <sikmir@gmail.com> +# Copyright (c) 2011-2012, Nikolay Korotkiy <sikmir@gmail.com> # 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 . \ |