diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-15 04:05:53 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-15 04:05:53 +0000 |
commit | 1186094987d8ddb725cf4d69fa357741117d7c11 (patch) | |
tree | f1ad1b7ccd2d6956867410e293d37cdb0f101414 /Makefile.PL | |
parent | 0a52e8fd82d80bdd1290f49c3187d3f72db39c75 (diff) | |
download | ikiwiki-1186094987d8ddb725cf4d69fa357741117d7c11.tar ikiwiki-1186094987d8ddb725cf4d69fa357741117d7c11.tar.gz |
debianise
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 } } |