[tex-live] updmap
Thomas Esser
te at dbs.uni-hannover.de
Mon Oct 3 11:49:13 CEST 2005
> updmap -e copies updmap.cfg to $TMP but it doesn't change the mode
> from 444 to 644 before starting the editor. The same happens with
> updmap --syncwithtrees.
$ diff -u /t/texlive/Build/source.development/TeX/texk/tetex/tcfmgr /t/src/tetex-src/texk/tetex/tcfmgr
--- /t/texlive/Build/source.development/TeX/texk/tetex/tcfmgr 2005-06-14 19:26:33.000000000 +0200
+++ /t/src/tetex-src/texk/tetex/tcfmgr 2005-10-03 11:41:30.000000000 +0200
@@ -238,6 +238,8 @@
cp "$orig" "$TFC_TEMP/$TFC_ID/out/$TFC_FILE" \
|| abort "copy \`$orig' -> \`$TFC_TEMP/$TFC_ID/out/$TFC_FILE' failed"
+
+ chmod u+w "$TFC_TEMP/$TFC_ID/out/$TFC_FILE"
fi
cat >"$TFC_TEMP/$TFC_ID/relDir" <<eof
Shall I check that in into source.development and into source?
Thomas
More information about the tex-live
mailing list