sys-apps/openconnect: call epatch_user before eautoreconf

This commit is contained in:
William Hubbs
2015-12-11 11:20:53 -06:00
parent 30723ce56c
commit 6da6fd1c24

View File

@@ -76,10 +76,10 @@ src_unpack() {
}
src_prepare() {
epatch_user
if [[ ${PV} == 9999 ]]; then
eautoreconf
fi
epatch_user
}
src_configure() {