pkgsrc-WIP-changes archive

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

bats-core: Replace bash shebang to lib/bats-core files too



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <iamleot%gmail.com@localhost>
Pushed By:	leot
Date:		Sat Dec 31 15:24:52 2022 +0100
Changeset:	227db4dd3d6feb67384657f27b704ee9cb45fd03

Modified Files:
	bats-core/Makefile

Log Message:
bats-core: Replace bash shebang to lib/bats-core files too

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

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

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

diffs:
diff --git a/bats-core/Makefile b/bats-core/Makefile
index 0b426d96fd..324ea6f84e 100644
--- a/bats-core/Makefile
+++ b/bats-core/Makefile
@@ -17,7 +17,7 @@ USE_LANGUAGES=		# none
 NO_BUILD=		yes
 USE_TOOLS+=		bash:run
 
-REPLACE_BASH+=		bin/bats libexec/bats-core/*
+REPLACE_BASH+=		bin/bats lib/bats-core/* libexec/bats-core/*
 
 do-install:
 	cd ${WRKSRC} && rm -f bin/bats.orig libexec/bats-core/bats.orig && \


Home | Main Index | Thread Index | Old Index