diff options
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 |
commit | cbdfa657e22041c0bf3095784e5a36b32fc4bfd2 (patch) | |
tree | 05f620d7754d4100e74840e0fd12d13f5887ea8a /development/omake/omake.SlackBuild | |
parent | c46a9a436548696d9844af3795683ec510d3b33f (diff) | |
download | slackbuilds-cbdfa657e22041c0bf3095784e5a36b32fc4bfd2.tar.gz |
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/omake.SlackBuild')
-rw-r--r-- | development/omake/omake.SlackBuild | 2 |
1 files changed, 1 insertions, 1 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 . \ |