diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-03-12 23:08:14 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-03-12 23:08:14 +0100 |
commit | a2e1d30c6484a85b4c347c7593e45f43dd9c2d35 (patch) | |
tree | 8cf086f97281cbd8c018126232f20174931ac159 /app-editors | |
parent | sys-devel/binutils-config: fix --version output #612438 (diff) | |
download | gentoo-a2e1d30c6484a85b4c347c7593e45f43dd9c2d35.tar.gz gentoo-a2e1d30c6484a85b4c347c7593e45f43dd9c2d35.tar.bz2 gentoo-a2e1d30c6484a85b4c347c7593e45f43dd9c2d35.zip |
app-editors/emacs-vcs: Set proper invocation name for autogen.sh.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild index c1638efab01c..90701682981f 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild @@ -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 |