summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-01-08 15:19:20 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-01-08 15:19:20 +0000
commit3b3489c7f2836862cd523a21be37cb0b0db73526 (patch)
treeb6d1dd09e350e80049be7d3a23e72c52c49fda74 /eclass/texlive-common.eclass
parentVersion bump. (diff)
downloadhistorical-3b3489c7f2836862cd523a21be37cb0b0db73526.tar.gz
historical-3b3489c7f2836862cd523a21be37cb0b0db73526.tar.bz2
historical-3b3489c7f2836862cd523a21be37cb0b0db73526.zip
Add an einfo when moving config files
Diffstat (limited to 'eclass/texlive-common.eclass')
-rw-r--r--eclass/texlive-common.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/texlive-common.eclass b/eclass/texlive-common.eclass
index 3057c34f4ce5..d53dca4fafae 100644
--- a/eclass/texlive-common.eclass
+++ b/eclass/texlive-common.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-common.eclass,v 1.9 2008/11/06 19:51:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.10 2010/01/08 15:19:20 aballier Exp $
# @ECLASS: texlive-common.eclass
# @MAINTAINER:
@@ -35,6 +35,7 @@ texlive-common_handle_config_files() {
continue
fi
dodir /etc/texmf/$(dirname ${f}).d
+ einfo "Moving (and symlinking) ${TEXMF_PATH}/${f} to /etc/texmf/$(dirname ${f}).d"
mv "${D}/${TEXMF_PATH}/${f}" "${D}/etc/texmf/$(dirname ${f}).d" || die "mv ${f} failed."
dosym /etc/texmf/$(dirname ${f}).d/$(basename ${f}) ${TEXMF_PATH}/${f}
done