diff options
author | David Seifert <soap@gentoo.org> | 2019-08-11 16:43:56 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-11 16:43:56 +0200 |
commit | 013faf0e8b540c477d407b9cb98eadeca75fc9cf (patch) | |
tree | 01fa926ea7d476b46d2575567f707db2ea792029 /app-emulation | |
parent | app-accessibility/speech-dispatcher: [QA] Fix missing trailing slash (diff) | |
download | gentoo-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')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.12.0-r3.ebuild | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild b/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild index 0dd08b6ae282..aa27319fb101 100644 --- a/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild @@ -398,7 +398,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}" @@ -434,7 +434,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 diff --git a/app-emulation/xen-tools/xen-tools-4.12.0-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.12.0-r3.ebuild index a0b3c4195019..8a13631173e4 100644 --- a/app-emulation/xen-tools/xen-tools-4.12.0-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.12.0-r3.ebuild @@ -415,7 +415,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}" @@ -451,7 +451,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 |