You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch

14 lines
445 B

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