From 96a05c1875bf8dafbf375efe8c41d865233478eb Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 11 Jun 2022 13:13:44 +0700 Subject: development/git-lfs: Fix build. Signed-off-by: Willy Sudiarto Raharjo --- development/git-lfs/git-lfs.SlackBuild | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-80-g2a13