diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2004-11-14 12:47:20 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2004-11-14 12:47:20 +0000 |
| commit | 6ccc491b4beeb987544a493caba1029dcd212b64 (patch) | |
| tree | e1922bb115b59af0deb9b92897d89457ce2a489d /libexec | |
| parent | 3e15c66f2aeedb3c02fd2043f52d1c78580b1756 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index e5235a92a201..1b2910a77175 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -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} |
