]> git.pld-linux.org Git - packages/xpra.git/blame - xpra-libexecdir.patch
Release 5 (by relup.sh)
[packages/xpra.git] / xpra-libexecdir.patch
CommitLineData
a45b7a61
JB
1--- xpra-2.5.3/setup.py.orig 2021-06-30 11:17:57.958945510 +0200
2+++ xpra-2.5.3/setup.py 2021-06-30 16:12:21.894265170 +0200
3@@ -1539,10 +1539,7 @@
4 if scripts_ENABLED:
5 scripts += ["scripts/xpra_udev_product_version", "scripts/xpra_signal_listener"]
6 libexec_scripts = []
7- if is_Fedora() or is_CentOS() or is_RedHat():
8- libexec = "libexec"
9- else:
10- libexec = "lib"
11+ libexec = "@libexec@"
12 if xdg_open_ENABLED:
13 libexec_scripts += ["scripts/xdg-open", "scripts/gnome-open", "scripts/gvfs-open"]
14 if server_ENABLED:
This page took 0.350984 seconds and 4 git commands to generate.