summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-12-20 10:00:15 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-12-20 10:00:15 +0000
commit034fb9fc509479209d12d82a5838b53a77773321 (patch)
tree47d3ac79bb4203bedff50ee7bc0834ff2c5def7c /Makefile
parent166afbbacd37f2491ec32a42510b5e05470a3ec3 (diff)
downloaddrakwizard-034fb9fc509479209d12d82a5838b53a77773321.tar
drakwizard-034fb9fc509479209d12d82a5838b53a77773321.tar.gz
drakwizard-034fb9fc509479209d12d82a5838b53a77773321.tar.bz2
drakwizard-034fb9fc509479209d12d82a5838b53a77773321.tar.xz
drakwizard-034fb9fc509479209d12d82a5838b53a77773321.zip
update makefile for WIZ_HOME subs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64cac540..48347f1a 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ install:
for l in $(WIZ); do \
$(MAKE) -C $$l $@; \
done
- find $(WIZ_HOME) ".*\.wiz$$\|.*.pm$$\|.*\.sh$$" -exec \
+ find $(WIZ_HOME) -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