Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=630ec9e3148577b3d80f0fe508dd11c1f340cfbf
commit 630ec9e3148577b3d80f0fe508dd11c1f340cfbf Author: voroskoi <[EMAIL PROTECTED]> Date: Fri Apr 18 12:36:39 2008 +0200 e17.sh using tar.bz2 instead of tar.gz diff --git a/source/include/e17.sh b/source/include/e17.sh index 98bb41a..58d5674 100644 --- a/source/include/e17.sh +++ b/source/include/e17.sh @@ -33,5 +33,5 @@ # * up2date ### url="http://download.enlightenment.org/" -source=($url/snapshots/LATEST/$pkgname-$pkgver.tar.gz) +source=($url/snapshots/LATEST/$pkgname-$pkgver.tar.bz2) up2date="lynx -dump $url/snapshots/\$(lynx -dump http://download.enlightenment.org/snapshots/ |sed -ne 's#.*shots/\(.*\)#\1#;$ p') |grep /$pkgname |Flasttar" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
