summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-03-10 11:41:39 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-03-10 11:41:39 +0000
commitaf632c5e6bc18b4899aa7a9d9748d5bdaf4c2148 (patch)
tree9180f5d054c880ef4f9763dbe159b1c150f31270 /eclass/mysql_fx.eclass
parentStable on arm; bug #125217 (diff)
downloadhistorical-af632c5e6bc18b4899aa7a9d9748d5bdaf4c2148.tar.gz
historical-af632c5e6bc18b4899aa7a9d9748d5bdaf4c2148.tar.bz2
historical-af632c5e6bc18b4899aa7a9d9748d5bdaf4c2148.zip
re-add symlinking of libraryes for un-slotted (screwed before)
Diffstat (limited to 'eclass/mysql_fx.eclass')
-rw-r--r--eclass/mysql_fx.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass
index 17431d137f77..076ac3074898 100644
--- a/eclass/mysql_fx.eclass
+++ b/eclass/mysql_fx.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql_fx.eclass,v 1.8 2006/02/01 18:10:10 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql_fx.eclass,v 1.9 2006/03/10 11:41:39 vivo Exp $
# Author: Francesco Riosa <vivo at gentoo.org>
# Maintainer: Francesco Riosa <vivo at gentoo.org>
@@ -114,7 +114,7 @@ mysql_version_is_at_least() {
# THERE IS A COPY OF THIS ONE IN ESELECT-MYSQL, keep the two synced
mysql_make_file_list() {
local items= left=0
- items=$( ls -d ${1}-[[:digit:]][[:digit:]][[:digit:]] )
+ items=$( ls -d ${1}-[[:digit:]][[:digit:]][[:digit:]] 2>/dev/null )
while [[ ${left} -lt ${#items[@]} ]] ; do
local lowest_idx=${left}