summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-12-20 11:46:51 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-12-20 11:46:51 +0000
commit861817ff7d0f8f59fde8a8f217a8a59043f200cd (patch)
tree54bf1ba936a4235a3816aeaed55476a5cf31002c /Makefile
parent99af1d1b8b11e75c0f8eefc8a29c9361ba74fd8b (diff)
downloaddrakwizard-861817ff7d0f8f59fde8a8f217a8a59043f200cd.tar
drakwizard-861817ff7d0f8f59fde8a8f217a8a59043f200cd.tar.gz
drakwizard-861817ff7d0f8f59fde8a8f217a8a59043f200cd.tar.bz2
drakwizard-861817ff7d0f8f59fde8a8f217a8a59043f200cd.tar.xz
drakwizard-861817ff7d0f8f59fde8a8f217a8a59043f200cd.zip
last fix for Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@