summaryrefslogtreecommitdiffstats
path: root/development/git-lfs
diff options
context:
space:
mode:
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
commit96a05c1875bf8dafbf375efe8c41d865233478eb (patch)
treeae8d28bffff99aeade957aced88d56862b805055 /development/git-lfs
parent89ca5074fe32b1259abc52c4afe0513a52f6e394 (diff)
downloadslackbuilds-96a05c1875bf8dafbf375efe8c41d865233478eb.tar.gz
slackbuilds-96a05c1875bf8dafbf375efe8c41d865233478eb.tar.xz
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.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/development/git-lfs/git-lfs.SlackBuild b/development/git-lfs/git-lfs.SlackBuild
index 32b8b0f26e..03a0e28cdc 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