Update of /cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21389

Modified Files:
        otf-fontfiles.info utf-fontfiles.info 
Log Message:
Append --nohash option to updmap-sys.

Index: utf-fontfiles.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text/utf-fontfiles.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- utf-fontfiles.info  8 Jan 2011 15:35:27 -0000       1.4
+++ utf-fontfiles.info  16 Jan 2011 09:45:11 -0000      1.5
@@ -1,6 +1,6 @@
 Package: utf-fontfiles
 Version: 1.9.6
-Revision: 0
+Revision: 0test1
 Depends: texlive-base (>= 0.20100722-0)
 Source: http://fink.sodan.ecc.u-tokyo.ac.jp/pkgdists/utfsrc-%v.zip
 Source-MD5: 866c8ba5f41868ae11abe95a6e4d62c1
@@ -55,8 +55,7 @@
 fi
 if [ -x %p/bin/updmap-sys ]
 then
-  # if updmap.cfg is not changed, updmap-sys returns 1. :-<
-  updmap-sys --nomkmap --enable KanjiMap utf-@kanjiEmbed@.map || /usr/bin/true
+  updmap-sys --nomkmap --nohash --enable KanjiMap utf-@kanjiEmbed@.map
   updmap-sys
 fi
 <<
@@ -65,8 +64,7 @@
 
 if [ -x %p/bin/updmap-sys ]
 then
-  # if updmap.cfg is not changed, updmap-sys returns 1. :-<
-  updmap-sys --nomkmap --disable utf-@kanjiEmbed@.map || /usr/bin/true
+  updmap-sys --nomkmap --nohash --disable utf-@kanjiEmbed@.map
   updmap-sys
 fi
 if [ -x %p/bin/mktexlsr ]

Index: otf-fontfiles.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text/otf-fontfiles.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- otf-fontfiles.info  8 Jan 2011 15:35:27 -0000       1.4
+++ otf-fontfiles.info  16 Jan 2011 09:45:11 -0000      1.5
@@ -1,6 +1,6 @@
 Package: otf-fontfiles
 Version: 1.5.6.1
-Revision: 0
+Revision: 0test1
 Depends: texlive-base (>= 0.20100722-0)
 BuildDepends: fink (>= 0.24.12)
 Recommends: okumura-clsfiles, dvipdfmx
@@ -75,9 +75,8 @@
 fi
 if [ -x %p/bin/updmap-sys ]
 then
-  # if updmap.cfg is not changed, updmap-sys returns 1. :-<
-  updmap-sys --nomkmap --enable KanjiMap otf-@kanjiEmbed@.map || /usr/bin/true
-  updmap-sys --nomkmap --enable KanjiMap otf-cktx.map         || /usr/bin/true 
+  updmap-sys --nomkmap --nohash --enable KanjiMap otf-@kanjiEmbed@.map
+  updmap-sys --nomkmap --nohash --enable KanjiMap otf-cktx.map
   updmap-sys
 fi
 <<
@@ -89,9 +88,8 @@
 
 if [ -x %p/bin/updmap-sys ]
 then
-  # if updmap.cfg is not changed, updmap-sys returns 1. :-<
-  updmap-sys --nomkmap --disable otf-@kanjiEmbed@.map || /usr/bin/true
-  updmap-sys --nomkmap --disable otf-cktx.map         || /usr/bin/true 
+  updmap-sys --nomkmap --nohash --disable otf-@kanjiEmbed@.map
+  updmap-sys --nomkmap --nohash --disable otf-cktx.map
   updmap-sys
 fi
 if [ -x %p/bin/mktexlsr ]


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to