mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-util/source-highlight: drop ${ED} slash stripping
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -39,7 +39,7 @@ src_install () {
|
||||
default
|
||||
|
||||
# That's not how we want it
|
||||
rm -rf "${ED%/}"/usr/share/{aclocal,doc} || die
|
||||
rm -rf "${ED}"/usr/share/{aclocal,doc} || die
|
||||
|
||||
# package provides .pc file
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
|
||||
@@ -35,7 +35,7 @@ src_install () {
|
||||
default
|
||||
|
||||
# That's not how we want it
|
||||
rm -rf "${ED%/}"/usr/share/{aclocal,doc} || die
|
||||
rm -rf "${ED}"/usr/share/{aclocal,doc} || die
|
||||
|
||||
# package provides .pc file
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
|
||||
Reference in New Issue
Block a user