summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-03-09 18:56:00 +0000
committerUlrich Müller <ulm@gentoo.org>2014-03-09 18:56:00 +0000
commit20170a92da4633b04fd2cab27297a7b9575b6b59 (patch)
treedc2b1c1f61f7f6b0e7c2505da0a1eb0fdedcea88 /eclass
parentDo not inherit base.eclass, bug 497054. (diff)
downloadgentoo-2-20170a92da4633b04fd2cab27297a7b9575b6b59.tar.gz
gentoo-2-20170a92da4633b04fd2cab27297a7b9575b6b59.tar.bz2
gentoo-2-20170a92da4633b04fd2cab27297a7b9575b6b59.zip
Whitespace.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/texlive-module.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass
index f10df89d9e32..21df2c737fa1 100644
--- a/eclass/texlive-module.eclass
+++ b/eclass/texlive-module.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.68 2014/03/09 18:54:44 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.69 2014/03/09 18:56:00 ulm Exp $
# @ECLASS: texlive-module.eclass
# @MAINTAINER:
@@ -356,7 +356,7 @@ texlive-module_src_install() {
if [ -n "${TEXLIVE_MODULE_BINLINKS}" ] ; then
for i in ${TEXLIVE_MODULE_BINLINKS} ; do
[ -f "${ED}/usr/bin/${i%:*}" ] || die "Trying to install an invalid BINLINK. This should not happen. Please file a bug."
- dosym ${i%:*} /usr/bin/${i#*:}
+ dosym ${i%:*} /usr/bin/${i#*:}
done
fi