diff options
author | Corey Oliver <corey.jon.oliver@gmail.com> | 2017-01-06 18:10:54 -0600 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-01-09 08:03:36 +0000 |
commit | 2781f99c6e96e9c3776969172b6916a5a3f7b19d (patch) | |
tree | b261d0e0c9c7542026abf57ae63f374971f0fa7a /testing/node-sodium/remove-preinstall.patch | |
parent | 1578e8e5b62839126435b6bc39a94a7be8197cd9 (diff) | |
download | aports-2781f99c6e96e9c3776969172b6916a5a3f7b19d.tar.bz2 aports-2781f99c6e96e9c3776969172b6916a5a3f7b19d.tar.xz |
testing/node-sodium: new aport
Diffstat (limited to 'testing/node-sodium/remove-preinstall.patch')
-rw-r--r-- | testing/node-sodium/remove-preinstall.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/node-sodium/remove-preinstall.patch b/testing/node-sodium/remove-preinstall.patch new file mode 100644 index 0000000000..d9b55610f6 --- /dev/null +++ b/testing/node-sodium/remove-preinstall.patch @@ -0,0 +1,10 @@ +--- src/package.json ++++ src/package.json +@@ -18,7 +18,6 @@ + }, + "scripts": { + "test": "make test", +- "preinstall": "node install.js --preinstall", + "install": "node install.js --install" + }, + "repository": { |