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

Collapse All | Expand All

(-)util-linux-2.24.1.orig/configure.ac (-1 / +1 lines)
Lines 73-79 usrsbin_execdir='${exec_prefix}/sbin' Link Here
73
AC_SUBST([usrsbin_execdir])
73
AC_SUBST([usrsbin_execdir])
74
74
75
AS_CASE([$libdir],
75
AS_CASE([$libdir],
76
 ['${exec_prefix}/'* | '${prefix}/'* | /usr/*],
76
 ['${exec_prefix}/'* | '${prefix}/'* | '@GENTOO_PORTAGE_EPREFIX@'/usr/*],
77
   [usrlib_execdir=$libdir],
77
   [usrlib_execdir=$libdir],
78
 [usrlib_execdir='${exec_prefix}'$libdir]
78
 [usrlib_execdir='${exec_prefix}'$libdir]
79
)
79
)

Return to bug 511414