Don't forget to honor DESTDIR. Also switch over to using PROG instead of

the binary name directly.
This commit is contained in:
Gordon Tetlow 2003-08-17 18:59:30 +00:00
parent ec7948490b
commit dbbcd515ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119046

View File

@ -10,7 +10,7 @@ CFLAGS+= -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR}
LDFLAGS+= -nostdlib -e .rtld_start
INSTALLFLAGS= -fschg -C -b
BINDIR= /libexec
SYMLINKS= ${BINDIR}/ld-elf.so.1 /usr/libexec/ld-elf.so.1
SYMLINKS= ${BINDIR}/ld-elf.so.1 /usr/libexec/${PROG}
MLINKS= rtld.1 ld-elf.so.1.1 \
rtld.1 ld.so.1
@ -55,7 +55,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 /usr/libexec/ld-elf.so.1
-chflags noschg ${DESTDIR}/usr/libexec/${PROG}
.PATH: ${.CURDIR}/${MACHINE_ARCH}