summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-11 16:43:56 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-11 16:43:56 +0200
commit013faf0e8b540c477d407b9cb98eadeca75fc9cf (patch)
tree01fa926ea7d476b46d2575567f707db2ea792029 /app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
parentapp-accessibility/speech-dispatcher: [QA] Fix missing trailing slash (diff)
downloadgentoo-013faf0e8b540c477d407b9cb98eadeca75fc9cf.tar.gz
gentoo-013faf0e8b540c477d407b9cb98eadeca75fc9cf.tar.bz2
gentoo-013faf0e8b540c477d407b9cb98eadeca75fc9cf.zip
app-emulation/xen-tools: [QA] Fix missing trailing slash
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild')
-rw-r--r--app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
index dc0192b621ed..11abf9ebb62f 100644
--- a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
@@ -392,7 +392,7 @@ src_install() {
XEN_PYTHON_NATIVE_INSTALL=y install-tools
# Created at runtime
- rm -rv "${ED%/}/var/run" || die
+ rm -rv "${ED}/var/run" || die
# Fix the remaining Python shebangs.
python_fix_shebang "${D}"
@@ -428,7 +428,7 @@ src_install() {
# For -static-libs wrt Bug 384355
if ! use static-libs; then
- rm -f "${D}"/usr/$(get_libdir)/*.a "${D}"usr/$(get_libdir)/ocaml/*/*.a
+ rm -f "${D}"/usr/$(get_libdir)/*.a "${D}"/usr/$(get_libdir)/ocaml/*/*.a
fi
# for xendomains