summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-12-20 10:04:10 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-12-20 10:04:10 +0000
commit59d2c31f4119c6b34c4cf76c77a80f08210f0e4e (patch)
treee7e8e60f61954d16d8712a4168d6481e62a5472d /Makefile
parent034fb9fc509479209d12d82a5838b53a77773321 (diff)
downloaddrakwizard-59d2c31f4119c6b34c4cf76c77a80f08210f0e4e.tar
drakwizard-59d2c31f4119c6b34c4cf76c77a80f08210f0e4e.tar.gz
drakwizard-59d2c31f4119c6b34c4cf76c77a80f08210f0e4e.tar.bz2
drakwizard-59d2c31f4119c6b34c4cf76c77a80f08210f0e4e.tar.xz
drakwizard-59d2c31f4119c6b34c4cf76c77a80f08210f0e4e.zip
conflicts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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