[arch-commits] Commit in texlive-core/trunk (texlive.install)

François Charette francois at archlinux.org
Thu Sep 11 15:59:52 UTC 2008


    Date: Thursday, September 11, 2008 @ 11:59:52
  Author: francois
Revision: 12197

cosmetic changes

Modified:
  texlive-core/trunk/texlive.install

-----------------+
 texlive.install |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: texlive.install
===================================================================
--- texlive.install	2008-09-11 15:44:36 UTC (rev 12196)
+++ texlive.install	2008-09-11 15:59:52 UTC (rev 12197)
@@ -53,11 +53,11 @@
   	chown -R root:tex /usr/local/share/texmf
 	echo    " texlive: updating the filename database..."
 	texconfig-sys rehash
-	echo -n " texlive: creating the fontmap files with updmap..."
+	echo    " texlive: creating the fontmap files with updmap..."
 	updmap-sys --quiet --nohash
 	echo    " done." 
 	echo    "    (see /usr/share/texmf-var/web2c/updmap.log)"
-	echo -n " texlive: creating all formats ..."
+	echo    " texlive: creating all formats ..."
 	fmtutil-sys --all 1>/dev/null
 	echo " done." 
 	echo "  (logs are under /usr/share/texmf-var/<engine>/<formatname>.log)"
@@ -91,13 +91,13 @@
 post_upgrade() {
 	echo    " texlive: updating the filename database..."
 	texconfig-sys rehash
-	echo -n " texlive: updating the fontmap files with updmap..."
+	echo    " texlive: updating the fontmap files with updmap..."
 	updmap-sys --quiet --nohash
 	echo    " done." 
 	echo    "    (see /usr/share/texmf-var/web2c/updmap.log)"
 	nooffmt=`find /usr/share/texmf-var/web2c/ -name '*.fmt' | wc -w`
 	if [[ $nooffmt == 0 ]]; then
-		echo -n " texlive: creating all formats ..."
+		echo    " texlive: creating all formats ..."
 		fmtutil-sys --all 1>/dev/null
 		echo " done." 
 		echo "  (logs are under /usr/share/texmf-var/<engine>/<formatname>.log)"




More information about the arch-commits mailing list