mirror of https://gitee.com/openkylin/libvirt.git
make: fix long line in makefile that violate syntax-check rules
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
3340f3070a
commit
595ecf29d2
|
@ -2833,7 +2833,8 @@ install-sysconfig:
|
|||
for f in $(SYSCONF_FILES:%.sysconf=%) ; \
|
||||
do \
|
||||
tgt=`basename $$f`; \
|
||||
$(INSTALL_SCRIPT) $(srcdir)/$$f.sysconf $(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
|
||||
$(INSTALL_SCRIPT) $(srcdir)/$$f.sysconf \
|
||||
$(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
|
||||
done
|
||||
|
||||
uninstall-sysconfig:
|
||||
|
|
Loading…
Reference in New Issue