Commit 9a5d95e
committed
doc: dovecot.conf is 644 file permission, not 755
Use INSTALL_DATA instead of INSTALL in doc/Makefile.am to install
dovecot.conf with 644 instead of 755 file permission. After the patch,
after `./autogen.sh; ./configure`, doc/Makefile shows dovecot.conf is
correctly installed with INSTALL_DATA which is `/usr/bin/install -c -m
644` instead of INSTALL which is `/usr/bin/install -c`. More info about
INSTALL_DATA see `info make`.
Signed-off-by: Xiao Pan <[email protected]>1 parent 5474607 commit 9a5d95e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments