* Patch from Pawel Tecza to cp -a the templates in the Makefile.
parent
99a95f51bf
commit
a2a65751a2
|
@ -32,7 +32,7 @@ extra_clean:
|
||||||
|
|
||||||
extra_install:
|
extra_install:
|
||||||
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/templates
|
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
|
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki
|
||||||
$(CP) -a basewiki/* $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki
|
$(CP) -a basewiki/* $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki
|
||||||
|
|
|
@ -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
|
ikiwiki (1.30) unstable; urgency=low
|
||||||
|
|
||||||
* Add no_override parameter to hook().
|
* Add no_override parameter to hook().
|
||||||
|
|
Loading…
Reference in New Issue