web commit by JoshTriplett: Fix typo.

master
joey 2007-04-29 21:32:53 +00:00
parent d5ea49b7b9
commit 722d893c83
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
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 extentions in the base system.
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).