diff options
author | 2004-10-14 03:53:23 +0000 | |
---|---|---|
committer | 2004-10-14 03:53:23 +0000 | |
commit | 87ad400ad655c410072967e70fa9d2d4bfa50ef1 (patch) | |
tree | ef0b3b717c13df7a0f1fdfe16e847dbeb7902f1d /app-editors/emacs-cvs | |
parent | Marked 8.1.9 stable on x86 and sparc, version bump for 8.1.10, and old versio... (diff) | |
download | gentoo-2-87ad400ad655c410072967e70fa9d2d4bfa50ef1.tar.gz gentoo-2-87ad400ad655c410072967e70fa9d2d4bfa50ef1.tar.bz2 gentoo-2-87ad400ad655c410072967e70fa9d2d4bfa50ef1.zip |
Specify altenatives version explicitly.
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild index 12dc0caa93a3..18a90c7bf4aa 100644 --- a/app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild,v 1.3 2004/10/14 03:48:44 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild,v 1.4 2004/10/14 03:53:23 usata Exp $ ECVS_AUTH="ext" export CVS_RSH="ssh" @@ -141,7 +141,7 @@ src_install () { update-alternatives() { for i in emacs emacsclient etags ctags b2m ebrowse \ rcs-checkin grep-changelog ; do - alternatives_auto_makesym "/usr/bin/$i" "/usr/bin/$i-21.*" + alternatives_auto_makesym "/usr/bin/$i" "/usr/bin/$i-21.3.50" "/usr/bin/$i-21" done } |