summaryrefslogtreecommitdiffstats
path: root/development/omake
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-03-01 00:04:18 +1300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-01 19:35:45 +0700
commitcbdfa657e22041c0bf3095784e5a36b32fc4bfd2 (patch)
tree05f620d7754d4100e74840e0fd12d13f5887ea8a /development/omake
parentc46a9a436548696d9844af3795683ec510d3b33f (diff)
downloadslackbuilds-cbdfa657e22041c0bf3095784e5a36b32fc4bfd2.tar.gz
slackbuilds-cbdfa657e22041c0bf3095784e5a36b32fc4bfd2.tar.xz
development/omake: 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/omake')
-rw-r--r--development/omake/omake.SlackBuild2
-rw-r--r--development/omake/omake.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/development/omake/omake.SlackBuild b/development/omake/omake.SlackBuild
index 575032c296..004c7f5ecd 100644
--- a/development/omake/omake.SlackBuild
+++ b/development/omake/omake.SlackBuild
@@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/development/omake/omake.info b/development/omake/omake.info
index 1721b9dd8f..a24338e1dd 100644
--- a/development/omake/omake.info
+++ b/development/omake/omake.info
@@ -1,7 +1,7 @@
PRGNAM="omake"
VERSION="0.10.3"
HOMEPAGE="http://projects.camlcity.org/projects/omake.html"
-DOWNLOAD="https://github.com/ocaml-omake/omake/archive/omake-0.10.3/omake-0.10.3.tar.gz"
+DOWNLOAD="https://github.com/ocaml-omake/omake/archive/omake-0.10.3/omake-omake-0.10.3.tar.gz"
MD5SUM="134b1ea51a5cd90d32fec7ad27e82aa5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""