summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a535cb2b..3b22ea19 100644
--- a/Makefile
+++ b/Makefile
@@ -51,8 +51,9 @@ clean_test:
rm -rf test
test: clean_test
+ @date
mkdir test
cp -r $(WIZ) test
- cp Wizard.dtd Makefile drakwizard.pl drakwizard.spec 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" \{\} \;