summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/pass/no-darwin-getopt.patch
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2018-04-18 08:26:03 +0200
committerjeschli <jeschli@gmail.com>2018-04-18 08:26:03 +0200
commit88357921c1399e44080e68318b35b05430fecd5d (patch)
tree176cf780a48560ceb3d3b1ab625ab360742ede8c /krebs/5pkgs/simple/pass/no-darwin-getopt.patch
parente800670c1892cca7c9d12476d65bb4750e213890 (diff)
parent3871554d1935bcdc5d8ed6b82c847bee03a6d6bf (diff)
Merge remote-tracking branch 'origin/staging/jeschli'
Diffstat (limited to 'krebs/5pkgs/simple/pass/no-darwin-getopt.patch')
-rw-r--r--krebs/5pkgs/simple/pass/no-darwin-getopt.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/krebs/5pkgs/simple/pass/no-darwin-getopt.patch b/krebs/5pkgs/simple/pass/no-darwin-getopt.patch
new file mode 100644
index 000000000..e8f7e138f
--- /dev/null
+++ b/krebs/5pkgs/simple/pass/no-darwin-getopt.patch
@@ -0,0 +1,9 @@
+diff -Naur password-store-1.6.5-orig/src/platform/darwin.sh password-store-1.6.5/src/platform/darwin.sh
+--- password-store-1.6.5-orig/src/platform/darwin.sh 2015-01-28 16:43:02.000000000 +0000
++++ password-store-1.6.5/src/platform/darwin.sh 2015-02-15 16:09:02.000000000 +0000
+@@ -31,5 +31,4 @@
+ mount -t hfs -o noatime -o nobrowse "$DARWIN_RAMDISK_DEV" "$SECURE_TMPDIR" || die "Error: could not mount filesystem on ramdisk."
+ }
+
+-GETOPT="$(brew --prefix gnu-getopt 2>/dev/null || { which port &>/dev/null && echo /opt/local; } || echo /usr/local)/bin/getopt"
+ SHRED="srm -f -z"