mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fixed bug in mxmpp make target install.
This commit is contained in:
parent
f1848b9932
commit
ad17df4ff9
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ distclean: clean
|
|||
$(RM) -r $(BUILDDIR) $(DISTDIR)
|
||||
|
||||
install: all
|
||||
mkdir -p $(bindir)
|
||||
$(INSTALL) $(BINARY) $(bindir)
|
||||
|
||||
dist: dist-gzip
|
||||
|
|
Loading…
Reference in a new issue