Skip to content

Commit 78d56d0

Browse files
committed
Small cleanup of the irix5 port
Submitted by: Andrew Martin <martin@biochemistry.ucl.ac.uk>
1 parent 9da9c09 commit 78d56d0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/mk/port/postgres.mk.irix5

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ CFLAGS_BE+= -DUSE_POSIX_SIGNALS
2222
# RANLIB is not used on IRIX 5
2323
RANLIB=touch
2424

25-
INSTALL=/usr/bin/X11/bsdinst
25+
INSTALL=/sbin/bsdinst
26+
27+
INSTLOPTS= -m 444
28+
INSTL_EXE_OPTS= -m 555
29+
INSTL_LIB_OPTS= -m 664
2630

2731
#
2832
# Random things that must be passed everywhere to enable

0 commit comments

Comments
 (0)