From b045a528ff48795d630058b349842da79be8b4a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Sat, 22 Oct 2011 16:23:11 +0200 Subject: easy_e17.sh: do not satisfy if Makefile does not exists --- easy_e17.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_e17.sh b/easy_e17.sh index 6276ac7..81c378e 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -1091,7 +1091,7 @@ function compile () if [ ! -e "$status_path/$name.noerrors" ] ; then return ; fi cd .. elif [ -e "autogen.sh" ]; then - if [ $package_make_only != 1 -o $package_clean -gt 1 ]; then + if [ ! -e "Makefile" ] || [ $package_make_only != 1 ] || [ $package_clean -gt 1 ]; then run_command "$name" "$path" "autogen" "autogen: " "$mode" "sh ./autogen.sh --prefix=$install_path $accache $args" if [ ! -e "$status_path/$name.noerrors" ] ; then return ; fi fi -- cgit v1.1-2-g2b99