mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:21:59 +01:00
Added missing backslash to makefile
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
cb44d6c8e2
commit
58300dd74e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user