Avoid an (ignored) error by invoking chflags on the link target, not the
symlink. PR: kern/73016 Submitted by: John E. Hein <jhein@timing.com> MFC after: 1 week
This commit is contained in:
@@ -48,7 +48,7 @@ dyn_hack.so:
|
||||
# Since moving rtld-elf to /libexec, we need to create a symlink.
|
||||
# Fixup the existing binary that's there so we can symlink over it.
|
||||
beforeinstall:
|
||||
-chflags noschg ${DESTDIR}/usr/libexec/${PROG}
|
||||
-chflags noschg ${DESTDIR}/${BINDIR}/${PROG}
|
||||
|
||||
.PATH: ${.CURDIR}/${MACHINE_ARCH}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user