From: Olaf Hering <olaf@aepfle.de>
To: xen-devel@lists.xen.org
Subject: [PATCH 6 of 8] stubdom: install stubdompath.sh as data file
Date: Mon, 15 Oct 2012 15:44:24 +0200 [thread overview]
Message-ID: <1cded8c6fc32aef39194.1350308664@probook.site> (raw)
In-Reply-To: <patchbomb.1350308658@probook.site>
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1350307085 -7200
# Node ID 1cded8c6fc32aef391943e7f4c207d196c9a0819
# Parent eec0c79c0222dd843cc45bab999338eed6004e30
stubdom: install stubdompath.sh as data file
rpmlint complains a script helper which is only sourced:
[ 1875s] xen-tools.i586: W: script-without-shebang /usr/lib/xen/bin/stubdompath.sh
[ 1875s] This text file has executable bits set or is located in a path dedicated for
[ 1875s] executables, but lacks a shebang and cannot thus be executed. If the file is
[ 1875s] meant to be an executable script, add the shebang, otherwise remove the
[ 1875s] executable bits or move the file elsewhere.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
diff -r eec0c79c0222 -r 1cded8c6fc32 stubdom/Makefile
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -386,7 +386,8 @@ install-readme:
install-ioemu: ioemu-stubdom
$(INSTALL_DIR) "$(DESTDIR)$(LIBEXEC)"
- $(INSTALL_PROG) stubdompath.sh stubdom-dm "$(DESTDIR)$(LIBEXEC)"
+ $(INSTALL_PROG) stubdom-dm "$(DESTDIR)$(LIBEXEC)"
+ $(INSTALL_DATA) stubdompath.sh "$(DESTDIR)$(LIBEXEC)"
$(INSTALL_DIR) "$(DESTDIR)$(XENFIRMWAREDIR)"
$(INSTALL_DATA) mini-os-$(XEN_TARGET_ARCH)-ioemu/mini-os.gz "$(DESTDIR)$(XENFIRMWAREDIR)/ioemu-stubdom.gz"
next prev parent reply other threads:[~2012-10-15 13:44 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-15 13:44 [PATCH 0 of 8] tools: various packaging fixes Olaf Hering
2012-10-15 13:44 ` [PATCH 1 of 8] stubdom: fix rpmlint warning spurious-executable-perm Olaf Hering
2012-10-15 13:44 ` [PATCH 2 of 8] blktap2/libvhd: " Olaf Hering
2012-10-15 13:44 ` [PATCH 3 of 8] blktap: " Olaf Hering
2012-10-15 13:44 ` [PATCH 4 of 8] hotplug/Linux: add sysconfig tags to xencommons Olaf Hering
2012-10-18 8:18 ` Ian Campbell
2012-10-18 8:48 ` Olaf Hering
2012-10-15 13:44 ` [PATCH 5 of 8] hotplug: install hotplugpath.sh as data file Olaf Hering
2012-10-15 13:44 ` Olaf Hering [this message]
2012-10-15 13:44 ` [PATCH 7 of 8] hotplug/Linux: correct sysconfig tag in xendomains Olaf Hering
2012-10-15 13:44 ` [PATCH 8 of 8] hotplug/Linux: install sysconfig files as data files Olaf Hering
2012-10-18 8:35 ` [PATCH 0 of 8] tools: various packaging fixes Ian Campbell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1cded8c6fc32aef39194.1350308664@probook.site \
--to=olaf@aepfle.de \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).