Added missing backslash to makefile

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2022-08-27 11:39:49 +02:00
parent cb44d6c8e2
commit 58300dd74e

View File

@ -82,7 +82,7 @@ installdirs: mkinstalldirs
$(DESTDIR)$(localstatedir)/piler/stat \
$(DESTDIR)$(localstatedir)/piler/tmp \
$(DESTDIR)$(localstatedir)/piler/error \
$(DESTDIR)$(localstatedir)/piler/sphinx
$(DESTDIR)$(localstatedir)/piler/sphinx \
$(DESTDIR)$(localstatedir)/piler/manticore
$(INSTALL) -d -m 0755 -o $(RUNNING_USER) -g $(RUNNING_GROUP) $(DESTDIR)$(localstatedir)/run/piler