]> git.pld-linux.org Git - packages/Firebird.git/blob - Firebird-chmod.patch
- updated to 3.0.2.32703
[packages/Firebird.git] / Firebird-chmod.patch
1 --- firebird-1.5.0.4290/builds/posix/make.defaults.orig 2003-11-11 02:01:51.000000000 +0100
2 +++ firebird-1.5.0.4290/builds/posix/make.defaults      2004-05-24 23:47:17.602325704 +0200
3 @@ -92,9 +92,9 @@
4  SH=                    sh -c
5  RM=                    rm -f
6  CHMOD=                 chmod
7 -CHMOD_6=               chmod 666
8 -CHMOD_7=               chmod 777
9 -CHMOD_S7=              chmod 06777
10 +CHMOD_6=               chmod 644
11 +CHMOD_7=               chmod 755
12 +CHMOD_S7=              chmod 06755
13  MV=                    mv -f
14  TOUCH=                 touch
15  CP=                    cp
This page took 0.054061 seconds and 3 git commands to generate.