diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2016-08-29 07:49:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-29 07:20:10 +0700 |
commit | 0b8428fc482e2333ae40610eace1855c4647a589 (patch) | |
tree | dc181cca39a6a608b6b51ff0426edd34a133a5c2 /desktop/tint2/tint2.SlackBuild | |
parent | 4cdd3594675dff3b7ab4f5008103a7f67ebed868 (diff) | |
download | slackbuilds-0b8428fc482e2333ae40610eace1855c4647a589.tar.gz |
desktop/tint2: Update DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/tint2/tint2.SlackBuild')
-rw-r--r-- | desktop/tint2/tint2.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/tint2/tint2.SlackBuild b/desktop/tint2/tint2.SlackBuild index ba847f99e9..04e15d4e74 100644 --- a/desktop/tint2/tint2.SlackBuild +++ b/desktop/tint2/tint2.SlackBuild @@ -9,6 +9,7 @@ PRGNAM=tint2 VERSION=${VERSION:-0.12.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +COMMIT=${COMMIT:-e9d6ec9f2301e88857ffa7b287a4a3eb36543940} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -43,9 +44,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -cd $PRGNAM-$VERSION +rm -rf ${PRGNAM}-${VERSION} +tar xvf $CWD/${PRGNAM}_${VERSION}.orig.tar.gz +cd ${PRGNAM}-${VERSION}-${COMMIT} chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |