From 8cb296dff1704b8b7247ebe8635a54e8336edb58 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 22 Aug 2002 16:36:52 +0000 Subject: Fix search and replace for __WIZ_HOME__ and fix wrongly committed files --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b4fd267f..11913748 100644 --- a/Makefile +++ b/Makefile @@ -19,16 +19,20 @@ WIZ = common\ data\ po +all: + + # installs all the wizards... install: - find -regex ".*\.wiz$$\|.*.pm$$\|.*\.sh$$" -exec \ - perl -pi -e "s|__WIZ_HOME__|/usr/share/wizards|g" \{\} \; mkdir -p ${prefix}/sbin install -p drakwizard.pl ${prefix}/sbin/drakwizard for l in $(WIZ); do \ $(MAKE) -C $$l $@; \ done + find ${prefix}/share/wizards -regex ".*\.wiz$$\|.*.pm$$\|.*\.sh$$" -exec \ + perl -pi -e "s|__WIZ_HOME__|/usr/share/wizards|g" \{\} \; + clean: $(MAKE) -C po $@ -- cgit v1.2.1