diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 13:13:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:10:08 +0700 |
commit | 96a05c1875bf8dafbf375efe8c41d865233478eb (patch) | |
tree | ae8d28bffff99aeade957aced88d56862b805055 /development/git-lfs | |
parent | 89ca5074fe32b1259abc52c4afe0513a52f6e394 (diff) |
development/git-lfs: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/git-lfs')
-rw-r--r-- | development/git-lfs/git-lfs.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/development/git-lfs/git-lfs.SlackBuild b/development/git-lfs/git-lfs.SlackBuild index 32b8b0f26e9e..03a0e28cdcf0 100644 --- a/development/git-lfs/git-lfs.SlackBuild +++ b/development/git-lfs/git-lfs.SlackBuild @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -75,6 +72,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-linux-$SRCARCH-v$VERSION.tar.gz +cd $PRGNAM-$VERSION mkdir -p $PKG/usr/bin install -m0755 $PRGNAM $PKG/usr/bin |