web commit by JoshTriplett: No, apparently FreeBSD `install` does not support `-D`.

master
joey 2007-04-29 21:15:59 +00:00
parent 800198cfc2
commit 09e852d35e
1 changed files with 2 additions and 0 deletions

View 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 install -m 644 ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1
> Couldn't it just use install -D ? --[[Joey]] > 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]]