summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch')
-rw-r--r--net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch b/net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch
deleted file mode 100644
index 99c7d5255962..000000000000
--- a/net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/helpers/bitmask-root b/helpers/bitmask-root
-index 13ba407..7c08b21 100644
---- a/helpers/bitmask-root
-+++ b/helpers/bitmask-root
-@@ -106,7 +106,7 @@ def swhich(binary):
-
- :rtype: str
- """
-- for folder in ["/sbin", "/usr/sbin", "/usr/local/sbin"]:
-+ for folder in ["/bin", "/sbin", "/usr/sbin", "/usr/local/sbin"]:
- path = os.path.join(folder, binary)
- if os.path.isfile(path):
- return path