From 861817ff7d0f8f59fde8a8f217a8a59043f200cd Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Fri, 20 Dec 2002 11:46:51 +0000 Subject: last fix for Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fe20d09..f3b5ee6f 100644 --- a/Makefile +++ b/Makefile @@ -29,13 +29,13 @@ all: install: mkdir -p ${prefix}/sbin + perl -i -pe "s|__WIZ_HOME__|$(WIZ_HOME)|g" drakwizard.pl install -p drakwizard.pl ${prefix}/sbin/drakwizard for l in $(WIZ); do \ $(MAKE) -C $$l $@; \ done find ${prefix}/share/wizards -type f -regex ".*\.wiz$$\|.*.pm$$\|.*\.sh$$" -exec \ perl -i -pe "s|__WIZ_HOME__|$(WIZ_HOME)|g" \{\} \; - perl -i -pe "s|__WIZ_HOME__|$(WIZ_HOME)|g" drakwizard.pl clean: $(MAKE) -C po $@ -- cgit v1.2.1