Small fix
This commit is contained in:
parent
3cc6d75990
commit
a411260770
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -54,7 +54,7 @@ seed.html: $(SELIT)
|
|||
@echo " [LIT] $@..."
|
||||
$(HIDE) $(LIT) -w "$<"
|
||||
|
||||
install:
|
||||
install: all
|
||||
install -d "$(DESTDIR)$(BINPREFIX)"
|
||||
install -m 755 "$(KWTARGET)" "$(DESTDIR)$(BINPREFIX)"
|
||||
install -m 755 "$(SETARGET)" "$(DESTDIR)$(BINPREFIX)"
|
||||
|
|
Loading…
Add table
Reference in a new issue