summaryrefslogtreecommitdiff
path: root/net-vpn/riseup-vpn/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-vpn/riseup-vpn/files')
-rw-r--r--net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch13
1 files changed, 13 insertions, 0 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
new file mode 100644
index 000000000000..99c7d5255962
--- /dev/null
+++ b/net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch
@@ -0,0 +1,13 @@
+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