[Frugalware-darcs] frugalware-current: include/util.sh
VMiklos
vmiklos at frugalware.org
Sat Apr 22 18:47:13 CEST 2006
[include/util.sh
VMiklos <vmiklos at frugalware.org>**20060422155025
Fconf(): don't check for ./configure, check for $_F_conf_configure instead
] {
hunk ./source/include/util.sh 349
- if [ -x configure ]; then
+ if [ -z "$_F_conf_configure" ]; then
+ _F_conf_configure="./configure"
+ fi
+ if [ -x $_F_conf_configure ]; then
hunk ./source/include/util.sh 357
- if [ -z "$_F_conf_configure" ]; then
- ./configure $Fconfopts "$@" || Fdie
- else
- $_F_conf_configure $Fconfopts "$@" || Fdie
- fi
+ $_F_conf_configure $Fconfopts "$@" || Fdie
}
More information about the Frugalware-darcs
mailing list