summaryrefslogtreecommitdiff
path: root/development/mdbook/mdbook.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-02-18 22:34:20 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-19 12:10:42 +0700
commitc25df7f5e04e1fec8c6e03e32e9f002ecca0006c (patch)
tree567a22fe4648dc3ea6127bab3f94e79c586c29a0 /development/mdbook/mdbook.SlackBuild
parent62ac9f4854aa931e61ff965d481aff17e7fb9463 (diff)
downloadslackbuilds-c25df7f5e04e1fec8c6e03e32e9f002ecca0006c.tar.gz
development/mdbook: 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 'development/mdbook/mdbook.SlackBuild')
-rw-r--r--development/mdbook/mdbook.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/mdbook/mdbook.SlackBuild b/development/mdbook/mdbook.SlackBuild
index 4515f5712e..41559b0b2b 100644
--- a/development/mdbook/mdbook.SlackBuild
+++ b/development/mdbook/mdbook.SlackBuild
@@ -72,7 +72,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 . \