diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-29 21:15:59 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-29 21:15:59 +0000 |
commit | 09e852d35ecde73043391e3c2e3a60b601e428e1 (patch) | |
tree | e032eca789186c3a0ee60fa2b6a541d1138c69b9 | |
parent | 800198cfc2a5731b44eaf8f3b28eeca6b532cc35 (diff) |
web commit by JoshTriplett: No, apparently FreeBSD `install` does not support `-D`.
-rw-r--r-- | doc/bugs/Use_install__40__1__41___instead_of_cp__40__1__41___for_installing_files.mdwn | 2 |
1 files changed, 2 insertions, 0 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 812b030f1..181e4eb8e 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 @@ -21,3 +21,5 @@ Here is a patch againt ikiwiki-1.51 for using find(1) and install(1) instead of install -m 644 ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1 > 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 |