quote install path in makefile
This commit is contained in:
parent
321b594d2c
commit
1f917ee2db
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,6 +19,6 @@ clean:
|
|||
rm -f mal ${OBJS}
|
||||
|
||||
install:
|
||||
install -Dm755 mal ${DESTDIR}${PREFIX}/bin/mal
|
||||
install -Dm755 mal "${DESTDIR}${PREFIX}"/bin/mal
|
||||
|
||||
.PHONY: all clean install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue