diff options
Diffstat (limited to 'system/man-pages-fr')
-rw-r--r-- | system/man-pages-fr/man-pages-fr.SlackBuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/system/man-pages-fr/man-pages-fr.SlackBuild b/system/man-pages-fr/man-pages-fr.SlackBuild index 4b804afeaf551..ccfeaa74b156d 100644 --- a/system/man-pages-fr/man-pages-fr.SlackBuild +++ b/system/man-pages-fr/man-pages-fr.SlackBuild @@ -24,6 +24,10 @@ # Now maintained by B. Watson <urchlay@slackware.uk> +# 20230109 bkw: BUILD=4 +# - get rid of empty /usr/doc/man-pages-fr/ dir. +# - remove a couple of *English* man pages (how'd those get there?) + # 20210828 bkw: BUILD=3. # - Make UTF8=yes the default (works better with man-db). @@ -38,7 +42,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=man-pages-fr VERSION=${VERSION:-3.03.0} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -113,11 +117,15 @@ make mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mv $PKG/usr/doc/$PRGNAM/* $PKG/usr/doc/$XTRANAM-$XTRAVER $PKG/usr/doc/$PRGNAM-$VERSION +rmdir $PKG/usr/doc/$PRGNAM # These two are included in Slackware. rm $PKG/usr/man/fr/man5/passwd.5.gz rm $PKG/usr/man/fr/man3/getspnam.3.gz +# 20230109 bkw: These aren't even in French. +rm -f $PKG/usr/man/fr/man8/ld-linux.* + cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |