diff options
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 23e6e25bd3..093f89125f 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 . \ |