]> git.ipfire.org Git - ipfire-3.x.git/blob - sgml-common/patches/sgml-common-umask.patch
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x into docbook
[ipfire-3.x.git] / sgml-common / patches / sgml-common-umask.patch
1 --- sgml-common-0.6.3/bin/install-catalog.in.umask Mon May 21 11:48:37 2001
2 +++ sgml-common-0.6.3/bin/install-catalog.in Mon May 21 12:00:34 2001
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"
6
7 +# We need the files we create to be world readable
8 +umask 022
9 +
10 # Set version message
11 SGML_VERSION_MESSAGE="sgml-common version @VERSION@ (install-catalog version 1.0)"
12