diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-15 17:30:08 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:11 +0700 |
commit | 0e54adf736ddba5b2774f58f8e2ebbba9343d1c1 (patch) | |
tree | 69e80dd77546ca177581d26a41ad36c61a4a8c94 /development/ocaml-num/ocaml-num.SlackBuild | |
parent | d94a6fd6c4352f4e4e0fef8f0228fd93d72b5903 (diff) |
development/ocaml-num: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ocaml-num/ocaml-num.SlackBuild')
-rw-r--r-- | development/ocaml-num/ocaml-num.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/ocaml-num/ocaml-num.SlackBuild b/development/ocaml-num/ocaml-num.SlackBuild index 23e6e25bd3938..093f89125ff38 100644 --- a/development/ocaml-num/ocaml-num.SlackBuild +++ b/development/ocaml-num/ocaml-num.SlackBuild @@ -69,7 +69,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf num-$VERSION -tar xvf $CWD/num-v$VERSION.tar.gz +tar xvf $CWD/num-$VERSION.tar.gz cd num-$VERSION chown -R root:root . find -L . \ |