system/man-pages-ru: Use correct install path.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-08-29 00:48:29 -04:00 committed by Willy Sudiarto Raharjo
parent cdc7992a0d
commit 65b046d70f
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -22,6 +22,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20210829 bkw: Install man pages in /usr/share/ru, not
# /usr/share/ru.UTF-8. man-db will look in both places. Changed this
# to make it match the other man-pages-* builds.
# 20201105 bkw: This hasn't been updated in 7+ years, and I'm not sure
# it ever worked properly with 14.2's man command. Update to latest
# version and document how to get this stuff to work with man-db and a
@ -31,7 +35,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=man-pages-ru
VERSION=${VERSION:-5.03_20191017} # Set the version to something sane.
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -39,9 +43,6 @@ SRCVERSION="$(echo $PRGNAM_*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d _ | re
ARCH=noarch
# 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
@ -66,9 +67,9 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
# This one is included in Slackware.
rm man5/passwd.5
mkdir -p $PKG/usr/man/ru.UTF-8
mkdir -p $PKG/usr/man/ru
for section in 1 2 3 4 5 6 7 8 ; do
mv man$section $PKG/usr/man/ru.UTF-8
mv man$section $PKG/usr/man/ru
done
find $PKG/usr/man -type f -exec gzip -9 {} \+