make install PREFIX="$INSTALL_ROOT/usr" &&
if [[ "$VLOCK_SUID" == "y" ]]
then
  chmod u+s "$INSTALL_ROOT/usr/bin/vlock"
fi
