aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-28 23:11:24 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-28 23:11:24 +0000
commit711d4c075efc0656025116f5a7933e5ae8d6d651 (patch)
treec923f80eeafabb5d8c5e8d3694efca9d58079c9a /Makefile.PL
parent4e2f082ebbae1789b09afab96d96b2903caf3c22 (diff)
downloadikiwiki-711d4c075efc0656025116f5a7933e5ae8d6d651.tar
ikiwiki-711d4c075efc0656025116f5a7933e5ae8d6d651.tar.gz
* Patch from Paul Tötterman to use CP in the Makefile.
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index ead7f5dc5..1acb4bcf7 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -32,10 +32,10 @@ extra_clean:
extra_install:
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/templates
- cp templates/* $(DESTDIR)$(PREFIX)/share/ikiwiki/templates
+ $(CP) templates/* $(DESTDIR)$(PREFIX)/share/ikiwiki/templates
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki
- cp -a basewiki/* $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki
+ $(CP) -a basewiki/* $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki
install -d $(DESTDIR)$(PREFIX)/share/man/man1
install ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1