aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lp
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-24 08:30:13 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-24 08:30:13 +0000
commit0a1c0d9ae8e6316315069fce3e1add6cbcb6e943 (patch)
tree848efc94f711bd561f26a9882ef0e18f67cae6a9 /usr.sbin/lpr/lp
parentb99f012ec5ccafd6d094ad46341c9feb22d76f90 (diff)
downloadsrc-0a1c0d9ae8e6316315069fce3e1add6cbcb6e943.tar.gz
src-0a1c0d9ae8e6316315069fce3e1add6cbcb6e943.zip
Add missing ${.CURDIR}
Notes
Notes: svn path=/head/; revision=5836
Diffstat (limited to 'usr.sbin/lpr/lp')
-rw-r--r--usr.sbin/lpr/lp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lp/Makefile b/usr.sbin/lpr/lp/Makefile
index f8b31ea6bc7f..cba34eebac2a 100644
--- a/usr.sbin/lpr/lp/Makefile
+++ b/usr.sbin/lpr/lp/Makefile
@@ -5,6 +5,6 @@ MAN1 = lp.1
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- lp.sh ${DESTDIR}${BINDIR}/lp
+ ${.CURDIR}/lp.sh ${DESTDIR}${BINDIR}/lp
.include <bsd.prog.mk>