mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
3e15c66f2a
commit
6ccc491b4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue