diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-04-06 10:15:48 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-04-06 11:30:44 +0200 |
commit | 9cab8657528e52a88b32158878ae2ad248d2fa56 (patch) | |
tree | 0dfc0060f94505d4c835dae543ee2133714b8450 /sci-libs/orocos_kdl | |
parent | games-engines/devilutionx: Removed old (diff) | |
download | gentoo-9cab8657528e52a88b32158878ae2ad248d2fa56.tar.gz gentoo-9cab8657528e52a88b32158878ae2ad248d2fa56.tar.bz2 gentoo-9cab8657528e52a88b32158878ae2ad248d2fa56.zip |
sci-libs/orocos_kdl: keep package.xml in the standard path too
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'sci-libs/orocos_kdl')
-rw-r--r-- | sci-libs/orocos_kdl/orocos_kdl-1.4.0-r2.ebuild (renamed from sci-libs/orocos_kdl/orocos_kdl-1.4.0-r1.ebuild) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-libs/orocos_kdl/orocos_kdl-1.4.0-r1.ebuild b/sci-libs/orocos_kdl/orocos_kdl-1.4.0-r2.ebuild index 175a57409379..175baf488d17 100644 --- a/sci-libs/orocos_kdl/orocos_kdl-1.4.0-r1.ebuild +++ b/sci-libs/orocos_kdl/orocos_kdl-1.4.0-r2.ebuild @@ -77,5 +77,4 @@ src_install() { # Need to have package.xml in our custom gentoo path insinto /usr/share/ros_packages/${PN} doins "${ED}/usr/share/${PN}/package.xml" - rm "${ED}/usr/share/${PN}/package.xml" || die } |