Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6d7f644d70d19c8e56a67351c88192932aa38ccc
commit 6d7f644d70d19c8e56a67351c88192932aa38ccc Author: crazy <[EMAIL PROTECTED]> Date: Mon Dec 17 15:32:56 2007 +0100 compiz.sh * quick fix for _F_archive_name breakage * should fix all broken compiz* up2date's * set _F_archive_name to $_F_compiz_name diff --git a/source/include/compiz.sh b/source/include/compiz.sh index 1457124..5dc2906 100644 --- a/source/include/compiz.sh +++ b/source/include/compiz.sh @@ -36,6 +36,8 @@ compizver=0.6.0 if [ -z "$_F_compiz_name" ]; then _F_compiz_name=$pkgname +else # -n $_F_compiz_name + _F_archive_name=$_F_compiz_name fi if [ -z "$_F_compiz_version" ]; then _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
