diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-02-04 23:13:34 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 09:30:25 +0700 |
commit | cf1e3cf3a9d341168998d46f33f0438fc50c607b (patch) | |
tree | 50734cd74fbaf3abcd7957dcf90960c855d8c094 /python/python3-dbus-next/python3-dbus-next.SlackBuild | |
parent | 543ec504b5765c4d89b33a651aa8a3ad967492af (diff) |
python/python3-dbus-next: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dbus-next/python3-dbus-next.SlackBuild')
-rw-r--r-- | python/python3-dbus-next/python3-dbus-next.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-dbus-next/python3-dbus-next.SlackBuild b/python/python3-dbus-next/python3-dbus-next.SlackBuild index b547a88313..5fd7b6ffba 100644 --- a/python/python3-dbus-next/python3-dbus-next.SlackBuild +++ b/python/python3-dbus-next/python3-dbus-next.SlackBuild @@ -69,7 +69,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ |