public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/icecream/files: icecream-create-env
@ 2012-08-23 10:57 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2012-08-23 10:57 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/08/23 10:57:55

  Modified:             icecream-create-env
  Log:
  Update path to icecc-create-env wrt #399259, missed in previous commit
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-devel/icecream/files/icecream-create-env

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/files/icecream-create-env?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/files/icecream-create-env?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/files/icecream-create-env?r1=1.4&r2=1.5

Index: icecream-create-env
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/icecream/files/icecream-create-env,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- icecream-create-env	18 Sep 2010 10:24:22 -0000	1.4
+++ icecream-create-env	23 Aug 2012 10:57:55 -0000	1.5
@@ -2,7 +2,7 @@
 #
 # icecream-create-env - helper script to create icecc environments(mostly for cross-compiling)
 #
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 #
 # Please note, this script has been designed to work with Gentoo's crossdev, it may or may
@@ -50,12 +50,12 @@
 target=`gcc -dumpmachine`
 if [ "x${target}" = "x${prefix}" ]
 then
-	/usr/lib/icecc/icecc-create-env \
+	/usr/libexec/icecc/icecc-create-env \
 		/usr/${prefix}/gcc-bin/${version}/gcc \
 		/usr/${prefix}/gcc-bin/${version}/g++ \
 		| tee ${tmpfile}
 else
-	/usr/lib/icecc/icecc-create-env \
+	/usr/libexec/icecc/icecc-create-env \
 		/usr/${target}/${prefix}/gcc-bin/${version}/${prefix}-gcc \
 		/usr/${target}/${prefix}/gcc-bin/${version}/${prefix}-g++ \
 		| tee ${tmpfile}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-23 10:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 10:57 [gentoo-commits] gentoo-x86 commit in sys-devel/icecream/files: icecream-create-env Kacper Kowalik (xarthisius)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox