multimedia/vcdimager: Fixed typo in man section, BUILD=2.

This commit is contained in:
eviljames 2010-04-10 20:04:51 -04:00 committed by Robby Workman
parent d5752ff22c
commit 59d42fec29

View file

@ -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