[Debian-tex-commits] SVN tex-common commit + diffs: r5125 - tex-common/branches/v3/scripts

Norbert Preining preining at alioth.debian.org
Sun Mar 4 15:06:30 UTC 2012


Author: preining
Date: 2012-03-04 15:06:29 +0000 (Sun, 04 Mar 2012)
New Revision: 5125

Modified:
   tex-common/branches/v3/scripts/update-updmap
Log:
make update-updmap more silent


Modified: tex-common/branches/v3/scripts/update-updmap
===================================================================
--- tex-common/branches/v3/scripts/update-updmap	2012-03-04 13:15:46 UTC (rev 5124)
+++ tex-common/branches/v3/scripts/update-updmap	2012-03-04 15:06:29 UTC (rev 5125)
@@ -193,7 +193,10 @@
 
 done
 
-if [ -d $SNIPPET_OLD_BASE ] ; then
+#
+# check for old files
+old_files=$(find $SNIPPET_OLD_BASE -name \*.cfg)
+if [ -n "$old_files" ] ; then
     echo ""
     echo "Warning: old configuration style found in $SNIPPET_OLD_BASE" >&2
     echo "Warning: these packages should be rebuild with tex-common >= 3" >&2




More information about the Debian-tex-commits mailing list