From f2ef1612613d5689be73e927cfaa28a1f750320b Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 22 Jun 2019 13:28:27 -0400 Subject: Override umask on install (fixes #326) --- manual/qpdf-manual.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'manual') 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. + + + QPDF's make install 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. + + -- cgit v1.2.3-54-g00ecf