mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Patch for Solaris 2.5 from: adrian@waltham.harvard.net
This commit is contained in:
2
src/configure
vendored
2
src/configure
vendored
@ -1076,7 +1076,7 @@ INSTLOPTS="-m 444"
|
||||
INSTL_EXE_OPTS="-m 555"
|
||||
INSTL_LIB_OPTS="-m 664"
|
||||
|
||||
if test "`echo $INSTALL | awk '{ i=split($1, a, "/"); print a[i] }'`." = "install."
|
||||
if test "`basename $INSTALL`." = "install."
|
||||
then
|
||||
INSTLOPTS="-c $INSTLOPTS"
|
||||
INSTL_EXE_OPTS="-c $INSTL_EXE_OPTS"
|
||||
|
Reference in New Issue
Block a user