pkgsrc-WIP-changes archive

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

libphutil: Fix shebang of bin/aws-s3 and scripts/utils/aws-s3.php



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Feb 2 03:40:25 2016 +0100
Changeset:	33a81e5fac874558c27049e175db8d80a2fefff9

Modified Files:
	libphutil/Makefile

Log Message:
libphutil: Fix shebang of bin/aws-s3 and scripts/utils/aws-s3.php

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

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

diffstat:
 libphutil/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/libphutil/Makefile b/libphutil/Makefile
index 2d2c540..643e76a 100644
--- a/libphutil/Makefile
+++ b/libphutil/Makefile
@@ -47,6 +47,8 @@ SUBST_FILES.php+=	src/parser/PhutilLanguageGuesser.php
 SUBST_FILES.php+=	src/parser/__tests__/languageguesser/php.shell-env
 SUBST_FILES.php+=	support/parser/generate-type-parser.php
 SUBST_FILES.php+=	support/xhpast/generate_nodes.php
+SUBST_FILES.php+=	bin/aws-s3
+SUBST_FILES.php+=	scripts/utils/aws-s3.php
 SUBST_SED.php=		-e 's,/usr/bin/env php,${PREFIX}/bin/php,'
 
 NO_BUILD=	yes


Home | Main Index | Thread Index | Old Index