remove sndiod links before installing

This commit is contained in:
Alexandre Ratchov 2012-10-08 23:19:03 +02:00
parent 792b22dc90
commit e1a4e8daba
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ all: ${PROG} ${MAN1}
install:
mkdir -p ${DESTDIR}${BIN_DIR} ${DESTDIR}${MAN1_DIR}
rm -f ${DESTDIR}${BIN_DIR}/${PROG} ${DESTDIR}${MAN1_DIR}/${MAN1}
cp ${PROG} ${DESTDIR}${BIN_DIR}
cp ${MAN1} ${DESTDIR}${MAN1_DIR}