Reset ``schg'' flag before removing stale libs.
This commit is contained in:
parent
7fb452755c
commit
e8cb411be5
@ -7,6 +7,7 @@ beforeinstall: __remove-stale-libs
|
||||
__remove-stale-libs: .PHONY
|
||||
.for lib in ${LIBS}
|
||||
.if exists(${DESTDIR}${SHLIBDIR}/${lib})
|
||||
-chflags noschg ${DESTDIR}${SHLIBDIR}/${lib}
|
||||
rm -f ${DESTDIR}${SHLIBDIR}/${lib}
|
||||
.endif
|
||||
.endfor
|
||||
|
Loading…
x
Reference in New Issue
Block a user