Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
Subject: catalyst r1348 - in trunk: . targets/support
Date: Fri, 29 Feb 2008 22:43:59 +0000
Author: agaffney
Date: 2008-02-29 22:43:58 +0000 (Fri, 29 Feb 2008)
New Revision: 1348

Modified:
   trunk/ChangeLog
   trunk/targets/support/kmerge.sh
Log:
Use -L instead of -l in test for symlink

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-02-29 20:34:06 UTC (rev 1347)
+++ trunk/ChangeLog	2008-02-29 22:43:58 UTC (rev 1348)
@@ -1,6 +1,10 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  29 Feb 2008; Andrew Gaffney <agaffney@g.o>
+  targets/support/kmerge.sh:
+  Use -L instead of -l in test for symlink
+
   29 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
   targets/stage1/stage1-controller.sh:
   Remove code for gcc-config/binutils-config since it should be getting done

Modified: trunk/targets/support/kmerge.sh
===================================================================
--- trunk/targets/support/kmerge.sh	2008-02-29 20:34:06 UTC (rev 1347)
+++ trunk/targets/support/kmerge.sh	2008-02-29 22:43:58 UTC (rev 1348)
@@ -191,7 +191,7 @@
 then
 mkdir -p /tmp/kerncache/${clst_kname}
    	ROOT=/tmp/kerncache/${clst_kname} PKGDIR=${PKGDIR} run_merge --nodeps -uqkb  "${clst_ksource}" || exit 1
-	[ -l /usr/src/linux ] && rm -f /usr/src/linux
+	[ -L /usr/src/linux ] && rm -f /usr/src/linux
 	ln -s /tmp/kerncache/${clst_kname}/usr/src/linux /usr/src/linux
 else
 	run_merge "${clst_ksource}" || exit 1

-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in net-mail/getmail: ChangeLog getmail-4.8.0.ebuild
Next by thread:
gentoo-x86 commit in x11-themes/qtcurve-qt4: ChangeLog qtcurve-qt4-0.56.2.ebuild
Previous by date:
gentoo-x86 commit in net-mail/getmail: ChangeLog getmail-4.8.0.ebuild
Next by date:
gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild


Updated Mar 18, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.