Skip to content

Commit

Permalink
ports-mgmt/sccache-overlay: Remove the schg flag on libraries
Browse files Browse the repository at this point in the history
It allows "make clean" to succeed.

PR:		274771
  • Loading branch information
MikaelUrankar committed Jan 1, 2024
1 parent 5ed4c6d commit 2fd2a8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ports-mgmt/sccache-overlay/Makefile
@@ -1,7 +1,7 @@
PORTNAME= sccache
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.15
PORTREVISION= 22
PORTREVISION= 23
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -overlay

Expand Down Expand Up @@ -420,6 +420,7 @@ post-install:
@${LN} -Fs ${STAGEDIR}${DATADIR}/overlay/lib /tmp/sccache-overlay
ldd -f '%p\n' ${STAGEDIR}${DATADIR}/overlay/bin/sccache | ${GREP} -v '^[ ]*\[' | \
${XARGS} -J% ${INSTALL_LIB} % ${STAGEDIR}${DATADIR}/overlay/lib
@chflags -R noschg ${STAGEDIR}${DATADIR}/overlay/lib
cd ${STAGEDIR}${PREFIX}; \
${FIND} ${DATADIR_REL} -type f >>${TMPPLIST}

Expand Down

0 comments on commit 2fd2a8a

Please sign in to comment.