On Wed, Apr 30, 2008 at 08:01:46PM +0000, Flaker Oats <[EMAIL PROTECTED]> wrote:
> +build()
> +{
> + Fcd $pkgname-$pkgver
trailing whitespace, unnecessary Fcd
> + Fsed '/usr/local' '/usr' $pkgname.pro
> + Fsed '/usr/local' '/usr' $pkgname.cpp
you can do this at once to avoid code duplication:
Fsed '/usr/local' '/usr' $pkgname.{pro,cpp}
> + qmake
missing return 1
anyway it's fine, pushed, thanks.
pgpKwGgCZvmgC.pgp
Description: PGP signature
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
