summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-15 01:55:53 +0000
committerrillig <rillig@pkgsrc.org>2005-11-15 01:55:53 +0000
commitfcc96038073d8dd07584747bb989cead405b66f3 (patch)
treeeaf722036d153fefa210c0a970972c45318106cd /pkgtools
parent57807fc95bd75229ec4695827c40f39c0b97ae92 (diff)
downloadpkgsrc-fcc96038073d8dd07584747bb989cead405b66f3.tar.gz
Don't hide errors in the post-install stage.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index da0d2082341..d7615c68397 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -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 @@ do-install:
${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"