From ecb775ce2094704e4c6a372be28090b29cd341ff Mon Sep 17 00:00:00 2001 From: Erich Ritz Date: Thu, 23 Feb 2023 01:03:37 +0700 Subject: development/git-lfs: Fix man pages location. Signed-off-by: Willy Sudiarto Raharjo --- development/git-lfs/git-lfs.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'development/git-lfs') diff --git a/development/git-lfs/git-lfs.SlackBuild b/development/git-lfs/git-lfs.SlackBuild index e4a0e5e7db..21787ffa1a 100644 --- a/development/git-lfs/git-lfs.SlackBuild +++ b/development/git-lfs/git-lfs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for git-lfs -# Copyright 2015-2022 Willy Sudiarto Raharjo +# Copyright 2015-2023 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=git-lfs VERSION=${VERSION:-3.3.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -78,8 +78,8 @@ mkdir -p $PKG/usr/bin install -m0755 $PRGNAM $PKG/usr/bin rm -f install.sh -mkdir -p $PKG/usr/man/man1/ -mv man/* $PKG/usr/man/man1/ +mkdir -p $PKG/usr/man/ +mv man/* $PKG/usr/man/ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -- cgit v1.2.3