Install -d first
This commit is contained in:
parent
fda25171b2
commit
68ad220640
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -23,4 +23,5 @@ clean:
|
||||||
rm -f *.o writeimg
|
rm -f *.o writeimg
|
||||||
|
|
||||||
install: writeimg
|
install: writeimg
|
||||||
|
install -d $(DESTDIR)$(PREFIX)/bin
|
||||||
install -m 0755 $< $(DESTDIR)$(PREFIX)/bin/$<
|
install -m 0755 $< $(DESTDIR)$(PREFIX)/bin/$<
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue