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
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
|
|