aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/filters.ru
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-02-24 10:24:22 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-02-24 10:24:22 +0000
commit28c576007e96cef340e088dbfbc08562622130b3 (patch)
treee6fc63a1b9927408e7503ea90967f8e7bc912b19 /usr.sbin/lpr/filters.ru
parenta15403de7b5aa0588254e50711ea3b9a7594a805 (diff)
downloadsrc-28c576007e96cef340e088dbfbc08562622130b3.tar.gz
src-28c576007e96cef340e088dbfbc08562622130b3.zip
Notes
Diffstat (limited to 'usr.sbin/lpr/filters.ru')
-rw-r--r--usr.sbin/lpr/filters.ru/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/filters.ru/Makefile b/usr.sbin/lpr/filters.ru/Makefile
index dc0ff734067b..0ddef1d03bdd 100644
--- a/usr.sbin/lpr/filters.ru/Makefile
+++ b/usr.sbin/lpr/filters.ru/Makefile
@@ -7,6 +7,6 @@ SAMPLES=bjc-240.sh.sample
afterinstall:
cd ${.CURDIR} && \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
- ${SAMPLES} ${BINDIR}
+ ${SAMPLES} ${DESTDIR}${BINDIR}
.include <bsd.prog.mk>