diff options
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 1e9d374a4..df26287fa 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,8 @@ extra_clean: rm -rf doc/.ikiwiki extra_install: + install -d $(PREFIX)/share/ikiwiki/templates + cp templates/* $(PREFIX)/share/ikiwiki/templates } } |