1
0
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:
Marc G. Fournier
1997-04-15 18:18:45 +00:00
parent 6fd4e2b414
commit 5dcc9bef6e
6 changed files with 17 additions and 7 deletions

2
src/configure vendored
View File

@ -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"