From 59d2c31f4119c6b34c4cf76c77a80f08210f0e4e Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Fri, 20 Dec 2002 10:04:10 +0000 Subject: conflicts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 48347f1a..5fe20d09 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ install: for l in $(WIZ); do \ $(MAKE) -C $$l $@; \ done - find $(WIZ_HOME) -type f -regex ".*\.wiz$$\|.*.pm$$\|.*\.sh$$" -exec \ + 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 -- cgit v1.2.1