summaryrefslogtreecommitdiff
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
commit5a64c2f89c5107afa9888a3f585b01ae1a910c7c (patch)
tree7f545c4bd2dff5fce818dc3e0f030eb081d81413 /eclass/texlive-module.eclass
parentDo not inherit base.eclass, bug 497054. (diff)
downloadhistorical-5a64c2f89c5107afa9888a3f585b01ae1a910c7c.tar.gz
historical-5a64c2f89c5107afa9888a3f585b01ae1a910c7c.tar.bz2
historical-5a64c2f89c5107afa9888a3f585b01ae1a910c7c.zip
Whitespace.
Diffstat (limited to 'eclass/texlive-module.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