]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by JoshTriplett: No, apparently FreeBSD `install` does not support `-D`.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 29 Apr 2007 21:15:59 +0000 (21:15 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 29 Apr 2007 21:15:59 +0000 (21:15 +0000)
doc/bugs/Use_install__40__1__41___instead_of_cp__40__1__41___for_installing_files.mdwn

index 812b030f15f546a39f40acc233de4cbf23d9489a..181e4eb8e4280de16f4407224da46f602a938685 100644 (file)
@@ -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]]
        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