install: implement -t DIR
authorAaro Koskinen <aaro.koskinen@iki.fi>
Wed, 24 Sep 2014 00:52:08 +0000 (02:52 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 24 Sep 2014 00:52:08 +0000 (02:52 +0200)
commit0f78d616cb394925d8b9511d370643ddd445adc3
tree2a6433d4bbcead61938af489987c69af65bdb30b
parent307d26c0ebfb0d22a81070379675f6287f6e9d95
install: implement -t DIR

Some packages want to install themselves using "-t" to specify
the directory (as supported by GNU coreutils). Add support for the option
for compatibility reasons.

function                                             old     new   delta
install_longopts                                      76      95     +19
install_main                                         769     777      +8
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 27/0)               Total: 27 bytes

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/install.c