Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 730080 Details for
Bug 806362
sys-apps/pkgcore: wrong --libdir in econf (seen with dev-db/postgresql)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebd/eapi/2/src_configure.bash: Fix typo in econf --libdir logic
0001-ebd-eapi-2-src_configure.bash-Fix-typo-in-econf-libd.patch (text/plain), 902 bytes, created by
Ulrich Müller
on 2021-08-04 09:31:12 UTC
(
hide
)
Description:
ebd/eapi/2/src_configure.bash: Fix typo in econf --libdir logic
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2021-08-04 09:31:12 UTC
Size:
902 bytes
patch
obsolete
>From a3623b4664b870ff79272e2fbb4d07d56090aabe Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@gentoo.org> >Date: Wed, 4 Aug 2021 11:28:25 +0200 >Subject: [PATCH] ebd/eapi/2/src_configure.bash: Fix typo in econf --libdir > logic > >Fixes #318. >--- > ebd/eapi/2/src_configure.bash | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/ebd/eapi/2/src_configure.bash b/ebd/eapi/2/src_configure.bash >index b14fdfa7..e0067312 100644 >--- a/ebd/eapi/2/src_configure.bash >+++ b/ebd/eapi/2/src_configure.bash >@@ -26,7 +26,7 @@ econf() { > [[ ${CONF_PREFIX} != /* ]] && CONF_PREFIX=/${CONF_PREFIX} > elif [[ $* == *"--prefix="* ]]; then > local args=$(echo $*) >- local -a pref=( $(echo ${args/*--prefix[= ]}) ) >+ local -a prefix=( $(echo ${args/*--prefix[= ]}) ) > CONF_PREFIX=${prefix/--*} > [[ ${CONF_PREFIX} != /* ]] && CONF_PREFIX=/${CONF_PREFIX} > else >-- >2.32.0 >
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 806362
:
730058
|
730066
|
730076
|
730078
| 730080