app-editors/emacs-vcs: Set proper invocation name for autogen.sh.

Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
Ulrich Müller
2017-03-12 23:08:14 +01:00
parent 28add2ebc7
commit a2e1d30c64

View File

@@ -113,7 +113,8 @@ src_prepare() {
[[ ${FULL_VERSION} =~ ^${PV%.*}(\..*)?$ ]] \
|| die "Upstream version number changed to ${FULL_VERSION}"
bash -c "autoreconf() { :; }; . autogen.sh --no-check" || die #605400
#605400
bash -c 'autoreconf() { :; }; . $0 "$@"' autogen.sh --no-check || die
fi
eapply_user