1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2011-10-03 19:11:40 +02:00
parent f1848b9932
commit ad17df4ff9

View file

@ -38,6 +38,7 @@ distclean: clean
$(RM) -r $(BUILDDIR) $(DISTDIR)
install: all
mkdir -p $(bindir)
$(INSTALL) $(BINARY) $(bindir)
dist: dist-gzip