mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user