uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
23
pkgs/tools/security/monkeysphere/monkeysphere.patch
Normal file
23
pkgs/tools/security/monkeysphere/monkeysphere.patch
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
diff --git a/Makefile b/Makefile
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -52,7 +52,7 @@ clean:
|
||||
replaced/%: %
|
||||
mkdir -p $(dir $@)
|
||||
sed < $< > $@ \
|
||||
- -e 's:__SYSSHAREDIR_PREFIX__:$(PREFIX):' \
|
||||
+ -e 's:__SYSSHAREDIR_PREFIX__:$(DESTDIR):' \
|
||||
-e 's:__SYSCONFDIR_PREFIX__:$(ETCPREFIX):' \
|
||||
-e 's:__SYSDATADIR_PREFIX__:$(LOCALSTATEDIR):'
|
||||
|
||||
diff --git a/src/share/keytrans b/src/share/keytrans
|
||||
--- a/src/share/keytrans
|
||||
+++ b/src/share/keytrans
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/perl -T
|
||||
+#!/usr/bin/perl
|
||||
|
||||
# keytrans: this is an RSA key translation utility; it is capable of
|
||||
# transforming RSA keys (both public keys and secret keys) between
|
||||
--
|
||||
2.16.3
|
||||
Loading…
Add table
Add a link
Reference in a new issue