unixodbc: use 'install' when copying host binaries 16326/head
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 11 Aug 2021 14:04:50 +0000 (11:04 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 11 Aug 2021 19:59:20 +0000 (16:59 -0300)
commit47f98d7030f1023e7b2ed118c7774c6100fc979b
tree22746507a25853ed89e306e8647ba1a70c6cd05f
parent19c7496648cb25500ca7007a7c1578a426c23a09
unixodbc: use 'install' when copying host binaries

'cp' fails with a text file busy error if it tries to overwrite an
executable file that is running.  'install' unlinks the file first, so
it will not cause the problem.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
libs/unixodbc/Makefile