diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-10-08 13:22:04 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-10-08 13:22:04 +0100 |
commit | f0405eb4557bc8afc0ca5e6796b3fc0b14b1fdd3 (patch) | |
tree | 4e0efe721e2d66d4853f6beb5d2d2e65f95ff23e /net-misc/warpinator/files/warpinator-system-paths.patch | |
parent | 606fc43af6968699fa4bd58b87b3e904a87311c5 (diff) |
net-misc/warpinator : version bump
Diffstat (limited to 'net-misc/warpinator/files/warpinator-system-paths.patch')
-rw-r--r-- | net-misc/warpinator/files/warpinator-system-paths.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net-misc/warpinator/files/warpinator-system-paths.patch b/net-misc/warpinator/files/warpinator-system-paths.patch deleted file mode 100644 index 45228202..00000000 --- a/net-misc/warpinator/files/warpinator-system-paths.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Nur a/src/warpinator-launch.py b/src/warpinator-launch.py ---- a/src/warpinator-launch.py 2023-10-16 18:26:49.000000000 +0100 -+++ b/src/warpinator-launch.py 2023-11-13 22:05:06.499787499 +0000 -@@ -135,7 +135,7 @@ - - launch_args = [] - -- launch_args += ["/bin/bwrap"] -+ launch_args += ["/usr/bin/bwrap"] - launch_args += ["--ro-bind", "/", "/"] - launch_args += ["--dev", "/dev"] - launch_args += ["--bind", rundir + "/dconf", rundir + "/dconf"] -@@ -156,7 +156,7 @@ - launch_args += ["--die-with-parent"] - - # launch_args += ["/bin/sh"] -- launch_args += ["/bin/python3", warpinator_path] -+ launch_args += ["/usr/bin/python3", warpinator_path] - - ret = 0 - |