]> git.pld-linux.org Git - packages/Firebird.git/blame - Firebird-chmod.patch
- updated quickstartguide.pdf md5 sum
[packages/Firebird.git] / Firebird-chmod.patch
CommitLineData
7130cd50
MK
1diff -urNp -x '*.orig' Firebird-3.0.7.33374-0.org/builds/posix/make.defaults Firebird-3.0.7.33374-0/builds/posix/make.defaults
2--- Firebird-3.0.7.33374-0.org/builds/posix/make.defaults 2020-10-20 08:40:05.000000000 +0000
3+++ Firebird-3.0.7.33374-0/builds/posix/make.defaults 2022-04-04 17:50:57.999465936 +0000
4@@ -142,9 +142,9 @@ SH= sh -c
ff19b114 5 RM= rm -f
7130cd50 6 RM_R= rm -rf
ff19b114
JB
7 CHMOD= chmod
8-CHMOD_6= chmod 666
9-CHMOD_7= chmod 777
10-CHMOD_S7= chmod 06777
11+CHMOD_6= chmod 644
12+CHMOD_7= chmod 755
13+CHMOD_S7= chmod 06755
14 MV= mv -f
15 TOUCH= touch
16 CP= cp
This page took 0.065321 seconds and 4 git commands to generate.