pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check Added a missing line continuation in the code...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a8089439539f
branches: trunk
changeset: 521460:a8089439539f
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Nov 12 20:57:55 2006 +0000
description:
Added a missing line continuation in the code for CHECK_FILES_STRICT.
Apparently no one has been using that code since June 2006.
diffstat:
mk/check/check-files.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d2c2eb4ae2e2 -r a8089439539f mk/check/check-files.mk
--- a/mk/check/check-files.mk Sun Nov 12 15:13:56 2006 +0000
+++ b/mk/check/check-files.mk Sun Nov 12 20:57:55 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.10 2006/11/09 21:29:26 rillig Exp $
+# $NetBSD: check-files.mk,v 1.11 2006/11/12 20:57:55 rillig Exp $
#
# This file checks that the list of installed files matches the PLIST.
# For that purpose it records the file list of LOCALBASE before and
@@ -326,7 +326,7 @@
if ${CMP} -s ${_CHECK_FILES_PRE.sysconfdir} \
${_CHECK_FILES_POST.sysconfdir}; then \
${DO_NADA}; \
- else
+ else \
${ECHO} "************************************************************"; \
${ECHO} "The package has modified ${PKG_SYSCONFDIR}" \
"contents directly!"; \
Home |
Main Index |
Thread Index |
Old Index