pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libstubborn: appease pkglint



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Sun Jan 24 20:17:08 2021 +0200
Changeset:	531fddf71bdc36f2335a2121547c917f1a561f2a

Modified Files:
	libstubborn/Makefile

Log Message:
libstubborn: appease pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=531fddf71bdc36f2335a2121547c917f1a561f2a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libstubborn/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/libstubborn/Makefile b/libstubborn/Makefile
index d1dbbe5b75..3668817315 100644
--- a/libstubborn/Makefile
+++ b/libstubborn/Makefile
@@ -10,7 +10,7 @@ DIST_SUBDIR=	${GITHUB_PROJECT}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/rfht/libstubborn/
-COMMENT=	library of generic stub functions
+COMMENT=	Library of generic stub functions
 LICENSE=	isc
 
 WRKSRC=	${WRKDIR}/libstubborn-0.1
@@ -18,7 +18,7 @@ WRKSRC=	${WRKDIR}/libstubborn-0.1
 INSTALLATION_DIRS+=	lib
 
 do-install:
-	cd ${WRKSRC}; \
+	set -e; cd ${WRKSRC}; \
 	${LN} -sf libstubborn.so.0.0 libstubborn.so
 	${INSTALL_DATA} ${WRKSRC}/libstubborn.so* \
 		${DESTDIR}${PREFIX}/lib/


Home | Main Index | Thread Index | Old Index