mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
multimedia/vcdimager: Fixed typo in man section, BUILD=2.
This commit is contained in:
parent
d5752ff22c
commit
59d42fec29
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
PRGNAM=vcdimager
|
||||
VERSION=0.7.23
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -66,7 +66,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
( cd $PKGusr/man
|
||||
( cd $PKG/usr/man
|
||||
find -type f -exec gzip -9 {} \;
|
||||
for deadlink in $(find -type l ! -iname "*.gz"); do
|
||||
ln -s $(readlink $deadlink).gz $deadlink.gz
|
||||
|
|
Loading…
Reference in a new issue