diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-01-30 00:21:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-30 00:21:55 +0700 |
commit | ecb7602dbd6ba9bf2e269ef605e06eb6cdac2dce (patch) | |
tree | dec066bf6cde28eb7d8258236ee81639603fdced | |
parent | d6d4bc2db4507095d3929703c6d370d8160dc52d (diff) | |
download | slackbuilds-ecb7602dbd6ba9bf2e269ef605e06eb6cdac2dce.tar.gz |
development/git-cola: Add source alternative from github.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/git-cola/git-cola.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/git-cola/git-cola.SlackBuild b/development/git-cola/git-cola.SlackBuild index 8bd05e12f9..da71d00c2d 100644 --- a/development/git-cola/git-cola.SlackBuild +++ b/development/git-cola/git-cola.SlackBuild @@ -42,7 +42,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |