[Frugalware-git] frugalware-current: include/xfce4.sh: fix goodies source()
Miklos Vajna
vmiklos at frugalware.org
Thu Dec 16 13:31:01 CET 2010
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=13ed0c42dbc45414895403698e0d241f9b776e17
commit 13ed0c42dbc45414895403698e0d241f9b776e17
Author: Miklos Vajna <vmiklos at frugalware.org>
Date: Thu Dec 16 13:29:31 2010 +0100
include/xfce4.sh: fix goodies source()
diff --git a/source/include/xfce4.sh b/source/include/xfce4.sh
index b32a216..0d0eb29 100644
--- a/source/include/xfce4.sh
+++ b/source/include/xfce4.sh
@@ -72,7 +72,7 @@ if echo ${groups[*]} | grep -q goodies ; then
dlurl="http://archive.xfce.org/src/$_F_xfce_category/$_F_xfce_goodies_dir/"
preup2date="lynx -dump $dlurl | grep DIR | tail -n1 | sed 's/.*\]\(.*\)\/.*/\1/'"
up2date="lynx -dump $dlurl/\$($preup2date) | grep "$_F_xfce_name-.*${_F_xfce_goodies_ext}$" | Flasttar"
- source=($dlurl/$preup2date/${_F_xfce_name}-${pkgver}${_F_xfce_goodies_ext})
+ source=($dlurl/${pkgver%%.?}/${_F_xfce_name}-${pkgver}${_F_xfce_goodies_ext})
else
url="http://www.xfce.org/"
#preup2date="lynx -dump http://mocha.xfce.org/archive/ | grep xfce- | tail -n1 | sed 's/.*-\(.*\)\/.*/\1/'"
More information about the Frugalware-git
mailing list