summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-11-12 19:04:01 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-11-12 19:04:01 +0000
commit941a52afe29a5cda80bb0bcac99ce2cc65fb5015 (patch)
treeac260d519a72d3f07887646eb717f3d0103c1333 /eclass
parentMask dev-perl/{DCOP,PerlQt} and reverse dependencies for kde-base/kdelibs:3.5. (diff)
downloadgentoo-2-941a52afe29a5cda80bb0bcac99ce2cc65fb5015.tar.gz
gentoo-2-941a52afe29a5cda80bb0bcac99ce2cc65fb5015.tar.bz2
gentoo-2-941a52afe29a5cda80bb0bcac99ce2cc65fb5015.zip
Be sure to delete ls-R files if they happen to be created, bug #280978
Diffstat (limited to 'eclass')
-rw-r--r--eclass/texlive-module.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass
index 2882fb499bce..6fe0887afeb4 100644
--- a/eclass/texlive-module.eclass
+++ b/eclass/texlive-module.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.25 2009/08/19 07:43:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.26 2009/11/12 19:04:01 aballier Exp $
# @ECLASS: texlive-module.eclass
# @MAINTAINER:
@@ -179,6 +179,10 @@ texlive-module_src_compile() {
die "No rule to proccess ${command}. Please file a bug."
esac
done
+
+ # Delete ls-R files, these should not be created but better be certain they
+ # do not end up being installed.
+ find . -name 'ls-R' -delete
}
# @FUNCTION: texlive-module_src_install