install depends on all
This commit is contained in:
parent
d6458b66aa
commit
01592050cb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ all: Makefile
|
||||||
|
|
||||||
clean: Makefile
|
clean: Makefile
|
||||||
|
|
||||||
install:
|
install:all
|
||||||
$(INSTALL) -d $(LOCALEDIR) $(BINDIR) $(DATADIR)/poezio $(DATADIR)/poezio/data $(DATADIR)/poezio/src $(DATADIR)/poezio/src/xmpp
|
$(INSTALL) -d $(LOCALEDIR) $(BINDIR) $(DATADIR)/poezio $(DATADIR)/poezio/data $(DATADIR)/poezio/src $(DATADIR)/poezio/src/xmpp
|
||||||
|
|
||||||
$(INSTALL) -m644 data/* $(DATADIR)/poezio/data/
|
$(INSTALL) -m644 data/* $(DATADIR)/poezio/data/
|
||||||
|
|
Loading…
Reference in a new issue