Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 340347 | Differences between
and this patch

Collapse All | Expand All

(-)a/pkg-mgr-commands.tex (-1 / +4 lines)
Lines 210-218 has returned. Link Here
210
  \begin{verbatim}
210
  \begin{verbatim}
211
emake \
211
emake \
212
   prefix="${ED}"/usr \
212
   prefix="${ED}"/usr \
213
   datadir="${ED}"/usr/share \
213
   mandir="${ED}"/usr/share/man \
214
   mandir="${ED}"/usr/share/man \
214
   infodir="${ED}"/usr/share/info \
215
   infodir="${ED}"/usr/share/info \
215
   libdir="${ED}"/usr/$(get_libdir) \
216
   libdir="${ED}"/usr/$(get_libdir) \
217
   localstatedir="${ED}"/var/lib \
218
   sysconfdir="${ED}"/etc \
219
   -j1 \
216
   "$@" \
220
   "$@" \
217
   install
221
   install
218
  \end{verbatim}
222
  \end{verbatim}
219
- 

Return to bug 340347