aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 19:28:27 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 22:57:52 +0200
commitf2ef1612613d5689be73e927cfaa28a1f750320b (patch)
tree293f65a84d936da5ffc8d9a7917526a1a0623d5e /manual
parent85a3f95a89ca392a3726f8d964024dfd10177e09 (diff)
downloadqpdf-f2ef1612613d5689be73e927cfaa28a1f750320b.tar.zst
Override umask on install (fixes #326)
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index c0cbeb10..58d5d366 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4370,6 +4370,14 @@ print "\n";
the library to make this safe.
</para>
</listitem>
+ <listitem>
+ <para>
+ QPDF's <command>make install</command> target explicitly
+ specifies the mode to use when installing files instead of
+ relying the user's umask. It was previously doing this for
+ some files but not others.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
<listitem>