From: Wolfram Schneider Date: Thu, 22 May 2014 07:42:31 +0000 (+0200) Subject: detect correct apache binary X-Git-Tag: 1.0.0~621^2~3 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=bb114f7100e91415d45a6ee031d2ffd24c2d8367 detect correct apache binary --- diff --git a/test/Makefile b/test/Makefile index 8547d4e..45c3422 100644 --- a/test/Makefile +++ b/test/Makefile @@ -14,7 +14,7 @@ IMAGES= ./images SCREENSHOT_WIDTH= 360 480 640 768 1024 1200 1440 2048 PERL_SCRIPTS= bin/bomb.pl TMP_DIR= ./logs -APACHE_HTTPD= /usr/sbin/apache2 +APACHE_HTTPD:= $(shell env PATH=$$PATH:/usr/sbin which apache2 httpd) all: check