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

Collapse All | Expand All

(-)../ant.orig (-1 / +3 lines)
Lines 87-93 Link Here
87
  exit 1
87
  exit 1
88
fi
88
fi
89
89
90
ANT_HOME="${EPREFIX}"/usr/share/ant-core
90
if [[ -z "${ANT_HOME}" || ! -d "${ANT_HOME}" ]] ; then
91
  ANT_HOME="${EPREFIX}"/usr/share/ant-core
92
fi
91
93
92
94
93
# set ANT_LIB location
95
# set ANT_LIB location

Return to bug 300970