diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-29 21:32:53 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-29 21:32:53 +0000 |
commit | 722d893c83b011c6b35ac098c012126ebd0eeb3c (patch) | |
tree | d148eccfe53f43cf24bc7021faa208961d090967 | |
parent | d5ea49b7b9619b0045c423ce7a8ae89e76eb87f2 (diff) |
web commit by JoshTriplett: Fix typo.
-rw-r--r-- | doc/bugs/Use_install__40__1__41___instead_of_cp__40__1__41___for_installing_files.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/Use_install__40__1__41___instead_of_cp__40__1__41___for_installing_files.mdwn b/doc/bugs/Use_install__40__1__41___instead_of_cp__40__1__41___for_installing_files.mdwn index 181e4eb8e..fc0e0a47d 100644 --- a/doc/bugs/Use_install__40__1__41___instead_of_cp__40__1__41___for_installing_files.mdwn +++ b/doc/bugs/Use_install__40__1__41___instead_of_cp__40__1__41___for_installing_files.mdwn @@ -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). |