diff options
Diffstat (limited to 'desktop/conky-manager/conky-manager.SlackBuild')
-rw-r--r-- | desktop/conky-manager/conky-manager.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/conky-manager/conky-manager.SlackBuild b/desktop/conky-manager/conky-manager.SlackBuild index 63aeb2fb3907..b78bb504a4a6 100644 --- a/desktop/conky-manager/conky-manager.SlackBuild +++ b/desktop/conky-manager/conky-manager.SlackBuild @@ -6,7 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=conky-manager -VERSION=${VERSION:-r136} +VERSION=${VERSION:-2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,9 +42,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf ~teejee2008/ -tar xvf $CWD/$PRGNAM-$VERSION.tgz -cd ~teejee2008/conky-manager/trunk +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |