Added a missing \ for installing perl modules.

2.2 and 2.1.6 candidate.
This commit is contained in:
Paul Richards 1996-11-10 15:49:49 +00:00
parent e721a581cb
commit b345ce1b4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19612

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.6 1996/11/04 02:52:33 ache Exp $
# $Id: Makefile,v 1.7 1996/11/09 16:54:33 joerg Exp $
#
# This has most of the glue needed to compile tknvi and the perl hooks,
# but not all.
@ -181,7 +181,7 @@ afterinstall:
${SRCDIR}/perl_scripts/*.pl \
${DESTDIR}/usr/share/vi/perl
.if defined(PERLINTERP)
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 VI.pm
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 VI.pm \
${DESTDIR}/usr/share/vi/perl
.endif