mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
build: Don't install sysconfig files as scripts
The files are not scripts and should not be executable. Broken by v4.0.0-294-g5f998681df. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
4370ac84f8
commit
91038dfb3b
@ -768,7 +768,7 @@ install-sysconfig:
|
||||
for f in $(SYSCONF_FILES:%.sysconf=%) ; \
|
||||
do \
|
||||
tgt=`basename $$f`; \
|
||||
$(INSTALL_SCRIPT) $(srcdir)/$$f.sysconf \
|
||||
$(INSTALL_DATA) $(srcdir)/$$f.sysconf \
|
||||
$(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user