mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Added a missing \ for installing perl modules.
2.2 and 2.1.6 candidate.
This commit is contained in:
parent
e721a581cb
commit
b345ce1b4c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19612
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user