diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-12-20 11:46:51 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-12-20 11:46:51 +0000 |
commit | 861817ff7d0f8f59fde8a8f217a8a59043f200cd (patch) | |
tree | 54bf1ba936a4235a3816aeaed55476a5cf31002c /Makefile | |
parent | 99af1d1b8b11e75c0f8eefc8a29c9361ba74fd8b (diff) | |
download | drakwizard-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |