On Sat, Jan 24, 2009 at 06:21:42PM +0100, Elentir <[email protected]> wrote: > +pkgname=ksplice > +pkgver=0.9.6 > +pkgrel=1 > +pkgdesc="Tool for update linux kernel without rebooting" > +url="http://www.ksplice.com" > +source=("$url/dist/$pkgname-$pkgver-src.tar.gz") > +depends=('binutils' 'zlib') > +groups=('apps-extra') > +archs=('i686') > +up2date="lynx -dump $url/dist | grep "src" | Flasttar | sed 's/-src//g'"
This probably does not do what you want, since in bash this is: "lynx -dump $url/dist | grep " and src and " | Flasttar | sed 's/-src//g'". :) If you really need it, then use \", but here you can just do: up2date="Flastarchive $url/dist -src.tar.gz"
pgpdcqLEGpkvt.pgp
Description: PGP signature
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
