On Fri, Jan 23, 2009 at 08:51:05AM +0100, James Buren <[email protected]> wrote: > pkgname=objc > pkgver=3.2.8 > -pkgrel=2 > +pkgrel=3 > pkgdesc="POC Objective-C runtime library and compiler." > _baseurl="http://users.telenet.be/stes" > url="$_baseurl/compiler.html" > @@ -22,9 +22,7 @@ build() > Fsed "-O2" "${CFLAGS}" configure > Fmake > Fmakeinstall INSTALLDIR="$Fdestdir/usr" > - for i in $Fdestdir/usr/man/man3/*.3; do > - mv $i `echo $i | sed 's|3|4|'` > - done > + Fmv /usr/man/man3/Symbol.3 /usr/man/man4/Symbol.4
Huh? Section 3 is for devel docs, while section 4 is for drivers. Are you really sure about moving it to section 4 is a good idea? If it conflicts, then move it to Symbol-objc.3 or so, but don't move it to section 4.
pgpNS9FfuvmVc.pgp
Description: PGP signature
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
