SHA256
1
0
forked from pool/bats
bats/package-json.patch
Martin Pluskal 73fdabf9b6 Accepting request 287248 from home:oreinert
I want to maintain bats in Factory, and would like to use devel:tools as the devel project.

OBS-URL: https://build.opensuse.org/request/show/287248
OBS-URL: https://build.opensuse.org/package/show/devel:tools/bats?expand=0&rev=1
2015-02-22 18:54:35 +00:00

16 lines
521 B
Diff

diff --git a/package.json b/package.json
index 2183feb..6bcff0c 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,8 @@
{
"name": "bats",
- "version": "0.3.1",
+ "version": "v0.4.0",
"description": "Bash Automated Testing System",
- "global": "true",
- "install": "./install.sh /usr/local",
+ "install": "./install.sh ${PREFIX:-/usr/local}",
"scripts": [ "libexec/bats", "libexec/bats-exec-suite", "libexec/bats-exec-test", "libexec/bats-format-tap-stream", "libexec/bats-preprocess", "bin/bats" ]
}