diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-01-15 19:22:59 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:21:55 +0700 |
commit | 0fc921b4905cda8d44ff9b592861653eceb6e521 (patch) | |
tree | 10dc9dfbec72367ef2015f089b1556ff1cc4b14e /python/python3-debugpy/python3-debugpy.SlackBuild | |
parent | 97bc23377ce63e8582e636d8b16d2733a3a346e8 (diff) |
python/python3-debugpy: 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-debugpy/python3-debugpy.SlackBuild')
-rw-r--r-- | python/python3-debugpy/python3-debugpy.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 . \ |