From 21869ee483c17f08caa9848c2975b2780f86efca Mon Sep 17 00:00:00 2001 From: Elan Amir Date: Wed, 26 May 1993 20:04:00 -0800 Subject: [PATCH] libg++.a and libiberty.a should be installed 444, not 555. SCCS-vsn: contrib/libg++-2.3/Makefile.BSD 1.4 --- usr/src/contrib/libg++-2.3/Makefile.BSD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/contrib/libg++-2.3/Makefile.BSD b/usr/src/contrib/libg++-2.3/Makefile.BSD index 16be2f6111..39c5ccae48 100644 --- a/usr/src/contrib/libg++-2.3/Makefile.BSD +++ b/usr/src/contrib/libg++-2.3/Makefile.BSD @@ -35,8 +35,8 @@ install: $(TARGET_LIB) if [ -d ${INSTALL_DIR} ]; then true; \ else mkdir ${INSTALL_DIR}; \ fi - install -c -m 555 ${.CURDIR}/${TARGET_LIB} ${INSTALL_DIR} - install -c -m 555 ${LIBIBERTY} ${INSTALL_DIR} + install -c -m 444 ${.CURDIR}/${TARGET_LIB} ${INSTALL_DIR} + install -c -m 444 ${LIBIBERTY} ${INSTALL_DIR} if [ -d ${INCLUDE_INSTALL} ]; then true; \ else mkdir ${INCLUDE_INSTALL}; \ fi -- 2.20.1