pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Don't hide errors in the post-install...
details: https://anonhg.NetBSD.org/pkgsrc/rev/84e6102a0027
branches: trunk
changeset: 503153:84e6102a0027
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Nov 15 01:55:53 2005 +0000
description:
Don't hide errors in the post-install stage.
diffstat:
pkgtools/pkglint/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 0c36c679dcad -r 84e6102a0027 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Tue Nov 15 01:55:00 2005 +0000
+++ b/pkgtools/pkglint/Makefile Tue Nov 15 01:55:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.296 2005/11/15 01:55:00 rillig Exp $
+# $NetBSD: Makefile,v 1.297 2005/11/15 01:55:53 rillig Exp $
#
DISTNAME= pkglint-4.42
@@ -54,6 +54,6 @@
${INSTALL_DATA} ${FILESDIR}/deprecated.map ${PREFIX}/share/pkglint/
post-install:
- ${PREFIX}/bin/pkglint -q 1>&2 || ${TRUE}
+ ${PREFIX}/bin/pkglint -q 1>&2
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index