mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
'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>