]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Use_install__40__1__41___instead_of_cp__40__1__41___for_installing_files.mdwn
it falls back to using install
[ikiwiki.git] / doc / bugs / Use_install__40__1__41___instead_of_cp__40__1__41___for_installing_files.mdwn
index dc766c244ef51eb9d3284e6482e4bbaa1aa5c867..12c0ad07fa12e30e4add15b5ee6c57f3f701f817 100644 (file)
@@ -22,4 +22,11 @@ Here is a patch against ikiwiki-1.51 for using find(1) and install(1) instead of
 
 > Couldn't it just use install -D ? --[[Joey]]
 
->> No, apparently FreeBSD `install` does not support `-D`.  See [the FreeBSD install manpage](http://www.freebsd.org/cgi/man.cgi?query=install&apropos=0&sektion=0&manpath=FreeBSD+6.2-RELEASE&format=html). --[[JoshTriplett]]
\ No newline at end of file
+>> No, apparently FreeBSD `install` does not support `-D`.  See [the FreeBSD install manpage](http://www.freebsd.org/cgi/man.cgi?query=install&apropos=0&sektion=0&manpath=FreeBSD+6.2-RELEASE&format=html). --[[JoshTriplett]]
+
+>> Patch applied; [[done]]. --[[JoshTriplett]]
+
+There are still/again "cp -a"s in the Makefile as of 3.00
+
+> It's a cp -a || install. Is that causing you a problem somehow?
+> --[[Joey]]