mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/dmagnetic: gzip the man pages.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
294214e3bf
commit
ccd98f72f6
1 changed files with 5 additions and 1 deletions
|
@ -17,13 +17,15 @@
|
|||
# happen. The manual source is available, as TeX source, but I see no
|
||||
# reason to build it instead of using the prebuilt PDF file.
|
||||
|
||||
# 20220316 bkw: BUILD=2, derp, gzip the man pages.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dmagnetic
|
||||
SRCNAM=dMagnetic
|
||||
VERSION=${VERSION:-0.32}
|
||||
MANVER=${MANVER:-$VERSION}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -75,6 +77,8 @@ make install \
|
|||
INSTALLBIN=$PKG/usr/games \
|
||||
INSTALLMAN=$PKG/usr/man
|
||||
|
||||
gzip $PKG/usr/man/man*/*
|
||||
|
||||
# lowercase name aliases.
|
||||
ln -s $SRCNAM.6.gz $PKG/usr/man/man6/$PRGNAM.6.gz
|
||||
ln -s $SRCNAM $PKG/usr/games/$PRGNAM
|
||||
|
|
Loading…
Reference in a new issue