Blame SOURCES/sgml-common-umask.patch

512427
--- sgml-common-0.6.3/bin/install-catalog.in.umask	Mon May 21 11:48:37 2001
512427
+++ sgml-common-0.6.3/bin/install-catalog.in	Mon May 21 12:00:34 2001
512427
@@ -13,6 +13,9 @@
512427
 \040 -h, --help: \t\t\t\t Print this help message and exit\n\
512427
 \040 -v, --version: \t\t\t Print the version number and exit\n"
512427
 
512427
+# We need the files we create to be world readable
512427
+umask 022
512427
+
512427
 # Set version message
512427
 SGML_VERSION_MESSAGE="sgml-common version @VERSION@ (install-catalog version 1.0)"
512427