diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-08-13 01:33:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-08-13 01:33:27 +0000 |
commit | 78d56d0bcb885732a4504f5c442e60ac079a177b (patch) | |
tree | 5557d0ac6d583798b3ce530be3ebe1ae71bc5370 /src | |
parent | 9da9c0915a502f73be817f2185b453cea3a3e51d (diff) | |
download | postgresql-78d56d0bcb885732a4504f5c442e60ac079a177b.tar.gz postgresql-78d56d0bcb885732a4504f5c442e60ac079a177b.zip |
Small cleanup of the irix5 port
Submitted by: Andrew Martin <martin@biochemistry.ucl.ac.uk>
Diffstat (limited to 'src')
-rw-r--r-- | src/mk/port/postgres.mk.irix5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mk/port/postgres.mk.irix5 b/src/mk/port/postgres.mk.irix5 index 560c2beb705..85a77824497 100644 --- a/src/mk/port/postgres.mk.irix5 +++ b/src/mk/port/postgres.mk.irix5 @@ -22,7 +22,11 @@ CFLAGS_BE+= -DUSE_POSIX_SIGNALS # RANLIB is not used on IRIX 5 RANLIB=touch -INSTALL=/usr/bin/X11/bsdinst +INSTALL=/sbin/bsdinst + +INSTLOPTS= -m 444 +INSTL_EXE_OPTS= -m 555 +INSTL_LIB_OPTS= -m 664 # # Random things that must be passed everywhere to enable |