summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/pass/no-darwin-getopt.patch
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-10-06 19:16:54 +0200
committerlassulus <lass@blue.r>2018-10-06 19:16:54 +0200
commitbc4daadeff27a7491bf2db4887c76375900b0726 (patch)
tree6512a88b5073cc6410480ba2f78194c2cd6f3f3c /krebs/5pkgs/simple/pass/no-darwin-getopt.patch
parent96c3bdb8f49d04daf9363b41f56b2121c75e7af7 (diff)
remove pass
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, 0 insertions, 9 deletions
diff --git a/krebs/5pkgs/simple/pass/no-darwin-getopt.patch b/krebs/5pkgs/simple/pass/no-darwin-getopt.patch
deleted file mode 100644
index e8f7e138f..000000000
--- a/krebs/5pkgs/simple/pass/no-darwin-getopt.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-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"