summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDaniel Baker <dbaker@FreeBSD.org>2000-01-07 18:54:45 +0000
committerDaniel Baker <dbaker@FreeBSD.org>2000-01-07 18:54:45 +0000
commit52ce6af32768e4845c346aed682de3e08d0a8b3c (patch)
tree08e43b9dad12bfb4d5c609b2feab99b82695cec7 /misc
parentActivate ja-lambdamoo (diff)
shell scripts shouldn't use INSTALL_PROGRAM. fixed.
Notes
Notes: svn path=/head/; revision=24513
Diffstat (limited to 'misc')
-rw-r--r--misc/dnetc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile
index 6ec87cc6c945..6ecf0eeadb12 100644
--- a/misc/dnetc/Makefile
+++ b/misc/dnetc/Makefile
@@ -57,7 +57,7 @@ do-install:
${INSTALL} -c -m ${SBINMODE} -o ${CLIENTUID} -g ${CLIENTGID} ${WRKSRC}/dnetc ${BINDIR}
${SED} s#CHANGETHIS#${BINDIR}# < ${FILESDIR}/dnetc.sh > ${WRKSRC}/dnetc.sh.pathnames
- ${INSTALL_PROGRAM} ${WRKSRC}/dnetc.sh.pathnames ${LIBDIR}/dnetc.sh
+ ${INSTALL} -c -m ${SBINMODE} ${WRKSRC}/dnetc.sh.pathnames ${LIBDIR}/dnetc.sh
${INSTALL_DATA} ${FILESDIR}/INFO ${BINDIR}