diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-11-26 09:25:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-01 07:27:53 +0700 |
commit | 15cd28772dde085e6bc0eac03a464a29435153a8 (patch) | |
tree | 776108922c9c996bb4ed2096b68c7cb8de57fc1f /libraries/mujs/mujs.SlackBuild | |
parent | 27807247ae11323b7c0f52bb5b2d486f6a2e490a (diff) | |
download | slackbuilds-15cd28772dde085e6bc0eac03a464a29435153a8.tar.gz |
libraries/mujs: Fixed download link.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Diffstat (limited to 'libraries/mujs/mujs.SlackBuild')
-rw-r--r-- | libraries/mujs/mujs.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/mujs/mujs.SlackBuild b/libraries/mujs/mujs.SlackBuild index 76b520a5f6..61a22527d4 100644 --- a/libraries/mujs/mujs.SlackBuild +++ b/libraries/mujs/mujs.SlackBuild @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . |