diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1997-04-15 18:18:45 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1997-04-15 18:18:45 +0000 |
| commit | 5dcc9bef6ebd6be7ba7b06d355e2cebca2b8f054 (patch) | |
| tree | f0dfd50c7e52c5446393bf122a71cc1567f86bbd /src/configure.in | |
| parent | 6fd4e2b4145a253c5cf0f84d1d7ef71f2bee05bf (diff) | |
| download | postgresql-5dcc9bef6ebd6be7ba7b06d355e2cebca2b8f054.tar.gz | |
Patch for Solaris 2.5 from: adrian@waltham.harvard.net
Diffstat (limited to 'src/configure.in')
| -rw-r--r-- | src/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in index 64a4058b32..a5b144f9dc 100644 --- a/src/configure.in +++ b/src/configure.in @@ -279,7 +279,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" |
