diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-11-26 00:22:31 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-26 09:11:48 +0700 |
commit | b894aef59905fcdb10be48f7071f19a73dbea004 (patch) | |
tree | 6d72911426f5d6dcfeb9b33c6f72b14df53f1766 /desktop/plasma5-themes-breath-migration/plasma5-themes-breath-migration.SlackBuild | |
parent | e98cb49440a2b9bd9648f96dd427884ca535e58b (diff) |
desktop/plasma5-themes-breath-migration: Fix tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/plasma5-themes-breath-migration/plasma5-themes-breath-migration.SlackBuild')
-rw-r--r-- | desktop/plasma5-themes-breath-migration/plasma5-themes-breath-migration.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/desktop/plasma5-themes-breath-migration/plasma5-themes-breath-migration.SlackBuild b/desktop/plasma5-themes-breath-migration/plasma5-themes-breath-migration.SlackBuild index 8f62a1e668..58db22f199 100644 --- a/desktop/plasma5-themes-breath-migration/plasma5-themes-breath-migration.SlackBuild +++ b/desktop/plasma5-themes-breath-migration/plasma5-themes-breath-migration.SlackBuild @@ -73,11 +73,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 . \ |