X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/db8c6d855067221f597b06dec0ab4364efe1f704..513368c403779303649cd9e02198af845639532a:/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index ead7f5dc5..b27e6cef3 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) -a 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