mirror of
https://github.com/postgres/postgres.git
synced 2026-04-04 16:55:45 -04:00
Fix permist on libs.
This commit is contained in:
parent
20ef87171c
commit
757bf69a2e
2 changed files with 2 additions and 2 deletions
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -1121,7 +1121,7 @@ fi
|
|||
|
||||
INSTLOPTS="-m 444"
|
||||
INSTL_EXE_OPTS="-m 555"
|
||||
INSTL_LIB_OPTS="-m 664"
|
||||
INSTL_LIB_OPTS="-m 644"
|
||||
|
||||
case "`basename $INSTALL`" in
|
||||
install|installbsd|scoinst)
|
||||
|
|
|
|||
|
|
@ -322,7 +322,7 @@ fi
|
|||
|
||||
INSTLOPTS="-m 444"
|
||||
INSTL_EXE_OPTS="-m 555"
|
||||
INSTL_LIB_OPTS="-m 664"
|
||||
INSTL_LIB_OPTS="-m 644"
|
||||
|
||||
case "`basename $INSTALL`" in
|
||||
install|installbsd|scoinst)
|
||||
|
|
|
|||
Loading…
Reference in a new issue