aboutsummaryrefslogtreecommitdiff
path: root/network/UDR/UDR.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-02-06 12:46:40 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-06 15:47:08 +0700
commitab950a9ac4afe777244040ee8329dd4b9de74d2c (patch)
treeefea800ea6cfead518e00a5f17994d288953dc38 /network/UDR/UDR.SlackBuild
parent8f7db40f02d71cabead81b2c6b0b3060e8e164ef (diff)
network/UDR: 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 'network/UDR/UDR.SlackBuild')
-rw-r--r--network/UDR/UDR.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/UDR/UDR.SlackBuild b/network/UDR/UDR.SlackBuild
index 214d80cfc9a4d..32b64c7cf851a 100644
--- a/network/UDR/UDR.SlackBuild
+++ b/network/UDR/UDR.SlackBuild
@@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG/usr/bin $OUTPUT
cd $TMP
rm -rf $PRGNAM-$GITVERSION
-tar xvf $CWD/$GITVERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$GITVERSION.tar.gz
cd $PRGNAM-$GITVERSION
chown -R root:root .
find -L . \