sgml-common/sgml-common-umask.patch
Troy Dawson 06bb4a873d RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/sgml-common#8fae6a9221aa6ba9c65f273a9285d39425403b23
2020-10-15 09:32:22 -07:00

13 lines
468 B
Diff

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