From 2f41aadd0d2c8706df9604e9fd3fced22c7e2277 Mon Sep 17 00:00:00 2001 From: YONETANI Tomokazu Date: Wed, 4 May 2005 06:17:41 +0000 Subject: [PATCH] A few shared libraries get installed with schg turned on. Drop it so that rm'ing older shared libraries doesn't fail. --- etc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index 94646fc01d..23982710c6 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,6 +1,6 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 # $FreeBSD: src/etc/Makefile,v 1.219.2.38 2003/03/04 09:49:00 ru Exp $ -# $DragonFly: src/etc/Makefile,v 1.54 2005/05/02 23:53:47 dillon Exp $ +# $DragonFly: src/etc/Makefile,v 1.55 2005/05/04 06:17:41 y0netan1 Exp $ .if !defined(NO_SENDMAIL) SUBDIR= sendmail @@ -225,6 +225,7 @@ upgrade_etc: preupgrade rm -f ${DESTDIR}/modules/canbus.ko .for lib in ${COMPAT_LIBS:M*.so.*} .if exists(${DESTDIR}/usr/lib/${lib}) + chflags noschg ${DESTDIR}/usr/lib/${lib} rm -f ${DESTDIR}/usr/lib/${lib} .endif .endfor -- 2.11.4.GIT