Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 305811 Details for
Bug 340347
einstall specification is incomplete
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for PMS
0001-Fix-listing-for-einstall-bug-340347.patch (text/plain), 1.27 KB, created by
Ulrich Müller
on 2012-03-18 18:42:00 UTC
(
hide
)
Description:
Patch for PMS
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2012-03-18 18:42:00 UTC
Size:
1.27 KB
patch
obsolete
>From d8ced362c3b2fb1024ccc8251ec430948f3e1ccf Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@gentoo.org> >Date: Sun, 18 Mar 2012 18:22:37 +0100 >Subject: [PATCH] Fix listing for einstall, bug 340347. > >--- > pkg-mgr-commands.tex | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > >diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex >index f278e19..37c1b13 100644 >--- a/pkg-mgr-commands.tex >+++ b/pkg-mgr-commands.tex >@@ -205,14 +205,20 @@ has returned. > available in EAPIs that support offset-prefix installations as listed in > Table~\ref{tab:offset-env-vars-table}, hence EAPIs lacking offset-prefix support should use \t{D} > instead of \t{ED} in the command given in Listing~\ref{lst:einstall}. >+ Variable \t{libdir} is an auxiliary local variable whose value is determined by >+ Algorithm~\ref{alg:ebuild-libdir}. > \begin{listing}[H] > \caption{einstall command}\label{lst:einstall} > \begin{verbatim} > emake \ > prefix="${ED}"/usr \ >+ datadir="${ED}"/usr/share \ > mandir="${ED}"/usr/share/man \ > infodir="${ED}"/usr/share/info \ >- libdir="${ED}"/usr/$(get_libdir) \ >+ libdir="${ED}"/usr/${libdir} \ >+ localstatedir="${ED}"/var/lib \ >+ sysconfdir="${ED}"/etc \ >+ -j1 \ > "$@" \ > install > \end{verbatim} >-- >1.7.8.5 >
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 340347
:
305807
| 305811