diff options
Diffstat (limited to 'development')
-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 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 |