summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f3b5ee6f..bdb42266 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ all:
install:
mkdir -p ${prefix}/sbin
- perl -i -pe "s|__WIZ_HOME__|$(WIZ_HOME)|g" drakwizard.pl
install -p drakwizard.pl ${prefix}/sbin/drakwizard
+ perl -i -pe "s|__WIZ_HOME__|$(WIZ_HOME)/|g" ${prefix}/sbin/drakwizard
for l in $(WIZ); do \
$(MAKE) -C $$l $@; \
done
@@ -62,4 +62,4 @@ test: clean_test
cp Wizard.dtd Makefile drakwizard.pl drakwizard.spec test.pl test
find test -regex ".*\.wiz$$\|.*\.pm$$\|.*\.sh$$" -exec \
perl -i -pe "s|__WIZ_HOME__|$(PWD)/test|g" \{\} \;
- perl -i -pe "s|__WIZ_HOME__|$(PWD)/test|g" test/drakwizard.pl \ No newline at end of file
+ perl -i -pe "s|__WIZ_HOME__|$(PWD)/test|g" test/drakwizard.pl