x11vnc: Fix more hard-coded /bin/su

This commit is contained in:
Shea Levy 2013-02-16 11:29:28 -05:00
parent 947651b6c2
commit ad057db2d6

View file

@ -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
'';