aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/id
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-02-02 14:41:43 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-02-02 14:41:43 +0000
commit65d758c4cbd0ec772cc6600d109696d6ef97a794 (patch)
treed573e5132a7de51ec874032d8d4f98d35f0b9108 /usr.bin/id
parent1c34c7fd772bbe50e184d1fd9dc49311c2a95ea5 (diff)
Notes
Diffstat (limited to 'usr.bin/id')
-rw-r--r--usr.bin/id/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile
index e828d69bb23e..5b90f2955822 100644
--- a/usr.bin/id/Makefile
+++ b/usr.bin/id/Makefile
@@ -6,8 +6,8 @@ MAN1= id.1 groups.1 whoami.1
# XXX BROKEN: afterinstall:
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups
+ ${.CURDIR}/groups.sh ${DESTDIR}${BINDIR}/groups
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami
+ ${.CURDIR}/whoami.sh ${DESTDIR}${BINDIR}/whoami
.include <bsd.prog.mk>