Makefile typo fix.

This commit is contained in:
Alexander Andreev 2021-12-24 00:07:39 +04:00
parent 39441e0b31
commit bc77af94c8
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ clean:
rm ${TARGET}
install:
install -m 755 ${TARGET} ${DESTDIR}/usr/bin/${TARGET}
install -m 755 ${TARGET} ${DESTDIR}usr/bin/${TARGET}
uninstall:
rm -f /usr/bin/${TARGET}