  if [ ! -e /etc/heyu/x10.conf ]; then
    mkdir -p /etc/heyu				&&
    cp x10config.sample /etc/heyu/x10.conf
  fi						&&
  make install
