projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28add2e
)
app-editors/emacs-vcs: Set proper invocation name for autogen.sh.
author
Ulrich Müller
<ulm@gentoo.org>
Sun, 12 Mar 2017 22:08:14 +0000
(23:08 +0100)
committer
Ulrich Müller
<ulm@gentoo.org>
Sun, 12 Mar 2017 22:08:14 +0000
(23:08 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
patch
|
blob
|
history
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 c1638efab01c4a25b08a6ef3ca9a72183ba28af3..90701682981f6ab4458286e63227b891d6a42baf 100644
(file)
--- 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