web commit by JoshTriplett: Fix typo.
parent
722d893c83
commit
0a1a0c57de
|
@ -1,6 +1,6 @@
|
|||
Currently ikiwiki uses cp(1) with GNU extensions in Makefile.PL for installing files, thus causing problems on FreeBSD which doesn't have a cp(1) with GNU extensions in the base system.
|
||||
|
||||
Here is a patch againt ikiwiki-1.51 for using find(1) and install(1) instead of cp(1).
|
||||
Here is a patch against ikiwiki-1.51 for using find(1) and install(1) instead of cp(1).
|
||||
|
||||
--- Makefile.PL.orig Sun Apr 29 12:57:51 2007
|
||||
+++ Makefile.PL Sun Apr 29 13:08:38 2007
|
||||
|
|
Loading…
Reference in New Issue