diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-12-20 10:04:10 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-12-20 10:04:10 +0000 |
commit | 59d2c31f4119c6b34c4cf76c77a80f08210f0e4e (patch) | |
tree | e7e8e60f61954d16d8712a4168d6481e62a5472d /Makefile | |
parent | 034fb9fc509479209d12d82a5838b53a77773321 (diff) | |
download | drakwizard-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |