diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-29 21:33:16 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-29 21:33:16 +0000 |
commit | 0a1a0c57def918dc42e8a7fc72b023fffebab330 (patch) | |
tree | eeacca1271c1774a0e18c62f01b3d1e00cefa71b | |
parent | 722d893c83b011c6b35ac098c012126ebd0eeb3c (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 fc0e0a47d..dc766c244 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,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 |