Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 677800 Details for
Bug 759400
dev-util/lcov-1.15 installs perl scripts with unprefixed #! lines
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixed patch
lcov-prefix.patch (text/plain), 399 bytes, created by
Nick Bowler
on 2020-12-10 22:05:32 UTC
(
hide
)
Description:
fixed patch
Filename:
MIME Type:
Creator:
Nick Bowler
Created:
2020-12-10 22:05:32 UTC
Size:
399 bytes
patch
obsolete
>diff --git a/lcov-1.15.ebuild b/lcov-1.15.ebuild >index aaf14998d4b6..ede52a0db092 100644 >--- a/lcov-1.15.ebuild >+++ b/lcov-1.15.ebuild >@@ -35,7 +35,8 @@ src_prepare() { > src_compile() { :; } > > src_install() { >- emake -j1 PREFIX="${ED}/usr" CFG_DIR="${ED}/etc" install >+ emake -j1 PREFIX="${ED}/usr" CFG_DIR="${ED}/etc" \ >+ LCOV_PERL_PATH="${EPREFIX%/}/usr/bin/perl" install > } > > pkg_postinst() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 759400
:
677692
| 677800