From 364b2bf2f8a906233a5e0f9f2d566c89a7e7905c Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Fri, 28 Feb 2003 10:06:36 +0000 Subject: - change Makefile not to change __WIZ_HOME__ in drakwizard.pl before installation - add apache2 wizard --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3b5ee6f..bdb42266 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ all: install: mkdir -p ${prefix}/sbin - perl -i -pe "s|__WIZ_HOME__|$(WIZ_HOME)|g" drakwizard.pl install -p drakwizard.pl ${prefix}/sbin/drakwizard + perl -i -pe "s|__WIZ_HOME__|$(WIZ_HOME)/|g" ${prefix}/sbin/drakwizard for l in $(WIZ); do \ $(MAKE) -C $$l $@; \ done @@ -62,4 +62,4 @@ test: clean_test cp Wizard.dtd Makefile drakwizard.pl drakwizard.spec test.pl test find test -regex ".*\.wiz$$\|.*\.pm$$\|.*\.sh$$" -exec \ perl -i -pe "s|__WIZ_HOME__|$(PWD)/test|g" \{\} \; - perl -i -pe "s|__WIZ_HOME__|$(PWD)/test|g" test/drakwizard.pl \ No newline at end of file + perl -i -pe "s|__WIZ_HOME__|$(PWD)/test|g" test/drakwizard.pl -- cgit v1.2.1