diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-11-13 22:07:21 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-11-13 22:07:21 +0000 |
commit | 1608f248383d09617ea3c8ae69e529162052d976 (patch) | |
tree | fd9e937f9f030bef4aa831f0bde5e04e8cd5455f /net-misc | |
parent | 81a9b80f8d665f03cc87b3c56438292418ca6d76 (diff) |
net-misc/warpinator : revision bump
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/warpinator/files/warpinator-system-paths.patch | 21 | ||||
-rw-r--r-- | net-misc/warpinator/warpinator-1.7.0-r2.ebuild (renamed from net-misc/warpinator/warpinator-1.7.0-r1.ebuild) | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/net-misc/warpinator/files/warpinator-system-paths.patch b/net-misc/warpinator/files/warpinator-system-paths.patch new file mode 100644 index 00000000..45228202 --- /dev/null +++ b/net-misc/warpinator/files/warpinator-system-paths.patch @@ -0,0 +1,21 @@ +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 + diff --git a/net-misc/warpinator/warpinator-1.7.0-r1.ebuild b/net-misc/warpinator/warpinator-1.7.0-r2.ebuild index 1269f26a..d84ecffa 100644 --- a/net-misc/warpinator/warpinator-1.7.0-r1.ebuild +++ b/net-misc/warpinator/warpinator-1.7.0-r2.ebuild @@ -32,6 +32,7 @@ S="${WORKDIR}/${PN}-master.lmde6" PATCHES=( "${FILESDIR}/${PN}-bundled-grpcio-cython3.patch" + "${FILESDIR}/${PN}-system-paths.patch" ) src_configure() { |