* Patch from Pawel Tecza to cp -a the templates in the Makefile.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 17 Oct 2006 17:48:52 +0000 (17:48 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 17 Oct 2006 17:48:52 +0000 (17:48 +0000)
Makefile.PL
debian/changelog

index 1acb4bcf76022866e4303702c8d974f14737c710..b27e6cef39b6b01599b3c4d8c08a81cb5cb8c9cf 100755 (executable)
@@ -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
index c0c5d53e1d1bce5d868e771f33f1155e12a71e7b..9f41ead38b3b77d890a3931d79509af9bdccc42c 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (1.31) UNRELEASED; urgency=low
+
+  * Patch from Pawel Tecza to cp -a the templates in the Makefile.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 17 Oct 2006 13:48:26 -0400
+
 ikiwiki (1.30) unstable; urgency=low
 
   * Add no_override parameter to hook().