summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2007-06-05 15:59:26 +0000
committerTristan Heaven <tristan@gentoo.org>2007-06-05 15:59:26 +0000
commitc9245d2c3aae99b96500981389e0f022628b9f51 (patch)
treeca57b34c23043f0b381b820424119df424d1c534 /eclass/eutils.eclass
parentAlternative emacs-cvs removed; virtual/emacs has all of its keywords now. (diff)
downloadhistorical-c9245d2c3aae99b96500981389e0f022628b9f51.tar.gz
historical-c9245d2c3aae99b96500981389e0f022628b9f51.tar.bz2
historical-c9245d2c3aae99b96500981389e0f022628b9f51.zip
_cdrom_locate_file_on_cd: add udf as a valid filesystem, bug #176336
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r--eclass/eutils.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 547565497029..97f5dcb3e3bb 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.280 2007/05/05 07:52:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.281 2007/06/05 15:59:26 nyhm Exp $
#
# This eclass is for general purpose functions that most ebuilds
# have to implement themselves.
@@ -1460,7 +1460,7 @@ _cdrom_locate_file_on_cd() {
local point= node= fs= foo=
while read point node fs foo ; do
- [[ " cd9660 iso9660 " != *" ${fs} "* ]] && \
+ [[ " cd9660 iso9660 udf " != *" ${fs} "* ]] && \
! [[ ${fs} == "subfs" && ",${opts}," == *",fs=cdfss,"* ]] \
&& continue
point=${point//\040/ }