Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f82ff34a8378224bfc1689d0c3275b5cfad8d1e4

commit f82ff34a8378224bfc1689d0c3275b5cfad8d1e4
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Wed Dec 15 04:23:21 2010 +0100

include/xfce4.sh: fix for t/up2date

diff --git a/source/include/xfce4.sh b/source/include/xfce4.sh
index c207afa..b32a216 100644
--- a/source/include/xfce4.sh
+++ b/source/include/xfce4.sh
@@ -70,8 +70,8 @@ fi
if echo ${groups[*]} | grep -q goodies ; then
url="http://goodies.xfce.org/projects/panel-plugins/${_F_xfce_name}";
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"
+       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})
else
url="http://www.xfce.org/";
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to