pkgsrc-WIP-changes archive

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

p6-uri: Ignore exit status of install-dist.pl.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Thu Sep 21 18:38:12 2017 +0200
Changeset:	ccd16f13c0e85919a171babf14e1aadc9273e27b

Modified Files:
	p6-uri/Makefile

Log Message:
p6-uri: Ignore exit status of install-dist.pl.

For some reason, the installer exits with an error, but at that point,
it has already installed all the files.

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

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

diffstat:
 p6-uri/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/p6-uri/Makefile b/p6-uri/Makefile
index e9f5411363..e0fc5e33f1 100644
--- a/p6-uri/Makefile
+++ b/p6-uri/Makefile
@@ -23,7 +23,7 @@ do-build:
 	cd ${WRKSRC} && mkdir -p ${DESTDIR}${PREFIX}/share/perl6/site
 
 do-install:
-	cd ${WRKSRC} && RAKUDO_RERESOLVE_DEPENDENCIES=0 ${PREFIX}/bin/perl6 ${PREFIX}/share/perl6/bin/install-dist.pl -for=site -to=${DESTDIR}${PREFIX}/share/perl6/site
+	-cd ${WRKSRC} && RAKUDO_RERESOLVE_DEPENDENCIES=0 ${PREFIX}/bin/perl6 ${PREFIX}/share/perl6/bin/install-dist.pl -for=site -to=${DESTDIR}${PREFIX}/share/perl6/site
 
 .include "../../wip/rakudo/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index