diff -urp LVM2.2.03.00.orig/configure.ac LVM2.2.03.00/configure.ac --- LVM2.2.03.00.orig/configure.ac 2018-10-21 14:35:34.502416609 +0000 +++ LVM2.2.03.00/configure.ac 2018-10-21 14:35:49.006416609 +0000 @@ -681,8 +681,7 @@ pkg_config_init() { ################################################################################ AC_MSG_CHECKING(for default run directory) -RUN_DIR="/run" -test -d "/run" || RUN_DIR="/var/run" +RUN_DIR="/var/run" AC_MSG_RESULT($RUN_DIR) dnl -- Set up pidfile and run directory AH_TEMPLATE(DEFAULT_PID_DIR)