x11vnc: Fix more hard-coded /bin/su
This commit is contained in:
parent
947651b6c2
commit
ad057db2d6
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||
--replace '"/bin/true"' '"${coreutils}/bin/true"'
|
||||
|
||||
substituteInPlace x11vnc/ssltools.h \
|
||||
--replace /bin/su /var/setuid-wrappers/su \
|
||||
--replace xdpyinfo ${xorg.xdpyinfo}/bin/xdpyinfo
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user