diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2013-01-01 00:31:49 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-01 00:31:49 -0500 |
commit | e9b2113668bf2bc1bde70e8173d7cffcdd967e53 (patch) | |
tree | 5c88cf85b52d27ba15ce2d5be439ee3a534982ac /system/st/st.SlackBuild | |
parent | 6e375cceef8e1ecb7342d5b98fbaaca596ab73b1 (diff) | |
download | slackbuilds-e9b2113668bf2bc1bde70e8173d7cffcdd967e53.tar.gz |
system/st: Updated for version 0.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 . \ |