mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
desktop/plasma5-themes-breath: Fix tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b894aef599
commit
ad1d462f46
2 changed files with 2 additions and 6 deletions
|
@ -66,11 +66,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$SRCVER
|
||||
TARBALL=$CWD/$SRCVER.tar.gz
|
||||
if [ ! -e $TARBALL ] ; then
|
||||
TARBALL=$CWD/$SRCNAM-$VERSION.tar.gz
|
||||
fi
|
||||
tar xvf $TARBALL
|
||||
tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz
|
||||
cd $SRCNAM-$SRCVER
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="plasma5-themes-breath"
|
||||
VERSION="21.2.0"
|
||||
HOMEPAGE="https://gitlab.manjaro.org/artwork/themes/breath"
|
||||
DOWNLOAD="https://gitlab.manjaro.org/artwork/themes/breath/-/archive/46e32f264f8bef8afcc73b833f788b633706ccde.tar.gz"
|
||||
DOWNLOAD="https://gitlab.manjaro.org/artwork/themes/breath/-/archive/46e32f264f8bef8afcc73b833f788b633706ccde/breath-46e32f264f8bef8afcc73b833f788b633706ccde.tar.gz"
|
||||
MD5SUM="c2d7183cec6abab0986c39fdf7244f0c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue