Still trying to make it work.
This commit is contained in:
parent
bc77af94c8
commit
124073b688
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ clean:
|
||||
rm ${TARGET}
|
||||
|
||||
install:
|
||||
install -m 755 ${TARGET} ${DESTDIR}usr/bin/${TARGET}
|
||||
install -Dm755 ${TARGET} ${DESTDIR}usr/bin/${TARGET}
|
||||
|
||||
uninstall:
|
||||
rm -f /usr/bin/${TARGET}
|
Loading…
Reference in New Issue
Block a user