diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-13 15:18:32 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:53 +0700 |
commit | 0c05c15f557864659471726c8ea99aca9d958718 (patch) | |
tree | 8c026ec3bd6f81572d02282bc10cddb862073087 /development | |
parent | d1009ceb9c1c9497cff47d8a6161b1ece9170126 (diff) |
development/ocaml-num: Fix makepkg command.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 093f89125ff38..56f5580357a55 100644 --- a/development/ocaml-num/ocaml-num.SlackBuild +++ b/development/ocaml-num/ocaml-num.SlackBuild @@ -99,4 +99,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE |