* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-ecj/files: ecj-0.5.eselect
@ 2010-02-28 19:24 99% Ulrich Mueller (ulm)
0 siblings, 0 replies; 1+ results
From: Ulrich Mueller (ulm) @ 2010-02-28 19:24 UTC (permalink / raw
To: gentoo-commits
ulm 10/02/28 19:24:35
Modified: ecj-0.5.eselect
Log:
Fix relative symlink.
(Portage version: 2.2_rc63/cvs/Linux i686)
Revision Changes Path
1.2 app-admin/eselect-ecj/files/ecj-0.5.eselect
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ecj/files/ecj-0.5.eselect?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ecj/files/ecj-0.5.eselect?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-ecj/files/ecj-0.5.eselect?r1=1.1&r2=1.2
Index: ecj-0.5.eselect
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-ecj/files/ecj-0.5.eselect,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ecj-0.5.eselect 28 Feb 2010 18:52:00 -0000 1.1
+++ ecj-0.5.eselect 28 Feb 2010 19:24:35 -0000 1.2
@@ -1,7 +1,7 @@
# -*-eselect-*- vim: ft=eselect
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: ecj-0.5.eselect,v 1.1 2010/02/28 18:52:00 ulm Exp $
+# $Id: ecj-0.5.eselect,v 1.2 2010/02/28 19:24:35 ulm Exp $
DESCRIPTION="Manage ECJ targets"
MAINTAINER="java@gentoo.org"
@@ -50,8 +50,7 @@
set_symlink() {
local target=$(find_target "${1}")
remove_symlink
- ln -s "${EROOT}/usr/bin/${target}" "${ECJ}" || \
- die "Couldn't set ${target} symlink."
+ ln -s "${target}" "${ECJ}" || die "Couldn't set ${target} symlink."
}
### show action ###
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-28 19:24 99% [gentoo-commits] gentoo-x86 commit in app-admin/eselect-ecj/files: ecj-0.5.eselect Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox