Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfce46.git;a=commitdiff;h=1a8387c4c30f1b424da7a8756c7014cb8b88d3fd

commit 1a8387c4c30f1b424da7a8756c7014cb8b88d3fd
Author: Priyank <[email protected]>
Date:   Sun Jun 7 21:31:33 2009 +0530

set _F_xfce_ver only when it's not set in the FB

diff --git a/source/include/xfce4.sh b/source/include/xfce4.sh
index 2838f2f..c13ac66 100644
--- a/source/include/xfce4.sh
+++ b/source/include/xfce4.sh
@@ -48,7 +48,9 @@ if [ -z $_F_archive_name ] ; then
_F_archive_name=$_F_xfce_name
fi

-_F_xfce_ver="4.6.1"
+if [ -z $_F_xfce_ver ]; then
+       _F_xfce_ver="4.6.1"
+fi

if [ -z $pkgver ]; then
pkgver=${_F_xfce_ver}
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to