From 0fc921b4905cda8d44ff9b592861653eceb6e521 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 15 Jan 2023 19:22:59 +0900 Subject: python/python3-debugpy: Fix github tarball handling. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-debugpy/python3-debugpy.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/python3-debugpy/python3-debugpy.SlackBuild') diff --git a/python/python3-debugpy/python3-debugpy.SlackBuild b/python/python3-debugpy/python3-debugpy.SlackBuild index c3236b6a2d..fc2be04376 100644 --- a/python/python3-debugpy/python3-debugpy.SlackBuild +++ b/python/python3-debugpy/python3-debugpy.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