Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 312281 Details for
Bug 416641
dev-lang/fpc-2.6.0 configuration files contain paths with ${D}
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ebuild patch that solves the problem
fpc-2.6.0.ebuild.patch (text/plain), 497 bytes, created by
lexofleviafan
on 2012-05-19 15:21:42 UTC
(
hide
)
Description:
Ebuild patch that solves the problem
Filename:
MIME Type:
Creator:
lexofleviafan
Created:
2012-05-19 15:21:42 UTC
Size:
497 bytes
patch
obsolete
>--- fpc-2.6.0.ebuild.old 2012-01-03 09:09:50.000000000 +0300 >+++ fpc-2.6.0.ebuild 2012-05-19 16:53:25.000000000 +0300 >@@ -136,7 +136,9 @@ > fi > > "${D}"usr/lib/fpc/${PV}/samplecfg "${D}"usr/lib/fpc/${PV} "${D}"etc || die >- sed -i -e "s:${D}:/:g" "${D}"etc/fpc.cfg || die "sed fpc.cfg failed" >+ for file in "${D}"{etc/fp*.cfg,etc/fppkg/*,usr/lib/fpc/${PV}/ide/text/fp*.cfg} ; do >+ sed -i -e "s:${D}:/:g" "${file}" || die "sed ${file} failed" >+ done > > rm -r "${D}"usr/lib/fpc/lexyacc || die > }
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 416641
: 312281