From a2a65751a2bd22b461221b2cc61141576f1ec677 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Oct 2006 17:48:52 +0000 Subject: * Patch from Pawel Tecza to cp -a the templates in the Makefile. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 1acb4bcf7..b27e6cef3 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,7 +32,7 @@ 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 -- cgit v1.2.3