cmake defaults this to /usr/var/run if left alone. This causes srp_daemon to not work properly on Debian derived. Signed-off-by: Jason Gunthorpe <jgunthorpe@xxxxxxxxxxxxxxxxxxxx> --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 6dc8a59bd6a9f1..847194d750845f 100755 --- a/debian/rules +++ b/debian/rules @@ -23,6 +23,7 @@ override_dh_auto_configure: -DCMAKE_INSTALL_SYSTEMD_SERVICEDIR:PATH=/lib/systemd/system \ -DCMAKE_INSTALL_INITDDIR:PATH=/etc/init.d \ -DCMAKE_INSTALL_LIBEXECDIR:PATH=/usr/lib \ + -DCMAKE_INSTALL_RUNDIR:PATH=/run \ -DCMAKE_INSTALL_UDEV_RULESDIR:PATH=/lib/udev/rules.d override_dh_auto_build: -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html