hostapd: Use cp -f in make install
authorMichael Buesch <mb@bu3sch.de>
Tue, 6 Apr 2010 14:12:17 +0000 (17:12 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 6 Apr 2010 14:12:17 +0000 (17:12 +0300)
commit2c657c8dcd2cb4ebd0e8ff80228d72bc5c75d0d7
tree50ed3f3b76b83bd632970c16da115f202c271b65
parent2c593629051611cca5e6fd657ea0ba6edb13f963
hostapd: Use cp -f in make install

If hostapd is running, a make install fails with
cp: cannot create regular file `/usr/local/bin/hostapd': Text file busy

Use cp -f to avoid this error and force-override the file.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
hostapd/Makefile