From cf1e3cf3a9d341168998d46f33f0438fc50c607b Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sat, 4 Feb 2023 23:13:34 +0900 Subject: python/python3-dbus-next: Fix github tarball handling. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-dbus-next/python3-dbus-next.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/python3-dbus-next/python3-dbus-next.SlackBuild') 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 . \ -- cgit v1.2.3