remmina: update to 1.4.37
[oi-userland.git] / components / docbook / sgml-common / patches / sgml-common-01-umask.patch
blob45380ebbd280e2dd9938898455c4b8b6a024b309
1 --- sgml-common-0.6.3/bin/install-catalog.in.umask 2001-01-12 10:35:39.000000000 -0500
2 +++ sgml-common-0.6.3/bin/install-catalog.in 2007-02-15 22:21:36.325644000 -0500
3 @@ -13,6 +13,9 @@
4 \040 -h, --help: \t\t\t\t Print this help message and exit\n\
5 \040 -v, --version: \t\t\t Print the version number and exit\n"
7 +# We need the files we create to be world readable
8 +umask 022
10 # Set version message
11 SGML_VERSION_MESSAGE="sgml-common version @VERSION@ (install-catalog version 1.0)"