Fix `make install-cli'

Replace spaces with tabs.

fixes #6580
This commit is contained in:
Eric Lippmann 2014-07-03 16:50:20 +02:00
parent 57f3023ec4
commit 839af7f363
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ install: install-config install-basic ensure-writable-folders install-cli
#
install-cli:
$(INSTALL) -m 755 -d $(INSTALL_OPTS) $(bindir)
$(INSTALL) -m 755 $(INSTALL_OPTS) "./bin/icingacli" $(bindir)/icingacli;
$(INSTALL) -m 755 -d $(INSTALL_OPTS) $(bindir)
$(INSTALL) -m 755 $(INSTALL_OPTS) "./bin/icingacli" $(bindir)/icingacli;
#
# Installs the whole application w\o configuration