summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2006-03-16 20:06:17 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2006-03-16 20:06:17 +0000
commit56d4af5c52c824dd7c74072443ca0edbbd6f7730 (patch)
treed688702fdd763a3dd5253b4519e9a6a8814a4975 /profiles
parentnew release for gnome-2.14. Supports gstreamer-0.10 (diff)
downloadgentoo-2-56d4af5c52c824dd7c74072443ca0edbbd6f7730.tar.gz
gentoo-2-56d4af5c52c824dd7c74072443ca0edbbd6f7730.tar.bz2
gentoo-2-56d4af5c52c824dd7c74072443ca0edbbd6f7730.zip
Fix problems in regard to exit within profiles.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc3
-rw-r--r--profiles/default-linux/amd64/2006.0/no-symlinks/profile.bashrc4
2 files changed, 2 insertions, 5 deletions
diff --git a/profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc b/profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc
index 1c52e6c5af3f..110bd5aeac1d 100644
--- a/profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc
+++ b/profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc
@@ -1,10 +1,9 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc,v 1.2 2006/03/02 15:04:38 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc,v 1.3 2006/03/16 20:06:17 kugelfang Exp $
if [ -z "${IWANTTOTRASHMYSYSTEM}" ]; then
eerror "The 2006.0/32bit-userland profile is currently broken and only"
eerror "for development purposes in the tree. An announcement will be sent"
eerror "out to gentoo-amd64@lists.gentoo.org as soon as it is save for more testing."
- exit 1
fi
diff --git a/profiles/default-linux/amd64/2006.0/no-symlinks/profile.bashrc b/profiles/default-linux/amd64/2006.0/no-symlinks/profile.bashrc
index d7f58c1b4fa0..63e9e2fa742e 100644
--- a/profiles/default-linux/amd64/2006.0/no-symlinks/profile.bashrc
+++ b/profiles/default-linux/amd64/2006.0/no-symlinks/profile.bashrc
@@ -1,11 +1,10 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/no-symlinks/profile.bashrc,v 1.1 2005/10/07 02:22:32 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/no-symlinks/profile.bashrc,v 1.2 2006/03/16 20:06:17 kugelfang Exp $
for dir in /lib /lib64 /usr/lib /usr/lib64 /usr/X11R6/lib /usr/X11R6/lib64 /usr/qt/*/lib /usr/qt/*/lib64 /usr/kde/*/lib /usr/kde/*/lib64; do
if [ -L "${dir}" ]; then
ewarn "${dir} is a symlink"
- #exit 1
fi
done
@@ -13,5 +12,4 @@ if [ -z "${IWANTTOTRASHMYSYSTEM}" ]; then
eerror "The amd64 2005.0/no-symlinks profile is still in active development"
eerror "and not yet ready for user testing. An announcement will be made"
eerror "on gentoo-amd64@gentoo.org once we are ready for testers."
- exit 1
fi