]> git.pld-linux.org Git - packages/Firebird.git/blame - Firebird-chmod.patch
install fbclient.pc
[packages/Firebird.git] / Firebird-chmod.patch
CommitLineData
3e30a275
JB
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 @@
ff19b114
JB
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.051161 seconds and 4 git commands to generate.