pkgsrc-WIP-changes archive

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

Makefile



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Sat Jul 4 16:45:20 2020 +0200
Changeset:	76f8417eb6f1357971f4f3ec2a80166276e78c9f

Modified Files:
	rebar3/Makefile

Log Message:
Makefile

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

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

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

diffs:
diff --git a/rebar3/Makefile b/rebar3/Makefile
index 38d6e0191c..f13c03cee9 100644
--- a/rebar3/Makefile
+++ b/rebar3/Makefile
@@ -71,7 +71,7 @@ post-extract:
 .endfor
 
 do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./bootstrap
+	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} escript ./bootstrap
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/rebar3 ${DESTDIR}${PREFIX}/bin/


Home | Main Index | Thread Index | Old Index