web commit by JoshTriplett: Fix typo.

master
joey 2007-04-29 21:33:16 +00:00
parent 722d893c83
commit 0a1a0c57de
1 changed files with 1 additions and 1 deletions

View File

@ -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