mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Do not change entire BINDIR, it might be needed later, just change
symlink target. MFC after: 2 weeks
This commit is contained in:
parent
dee6306480
commit
f31c1e3fd3
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ LDFLAGS+= -nostdlib -e .rtld_start
|
|||
WARNS?= 2
|
||||
INSTALLFLAGS= -C -b
|
||||
PRECIOUSPROG=
|
||||
BINDIR= ../../libexec
|
||||
SYMLINKS= ${BINDIR}/${PROG} /usr/libexec/${PROG}
|
||||
BINDIR= /libexec
|
||||
SYMLINKS= ../..${BINDIR}/${PROG} /usr/libexec/${PROG}
|
||||
MLINKS= rtld.1 ld-elf.so.1.1 \
|
||||
rtld.1 ld.so.1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue