make PREFIX="$INSTALL_ROOT/usr" install &&

install -vm 755 -d "$INSTALL_ROOT/etc/polipo" &&


if [[ $INIT_INSTALLED ]]; then
  install_config_file "$SOURCE_DIRECTORY/config.sample" \
                      "$INSTALL_ROOT/etc/polipo/config" &&

  install_config_file "$SOURCE_DIRECTORY/forbidden.sample" \
                      "$INSTALL_ROOT/etc/polipo/forbidden"
fi &&

install -vm 700 -d "$INSTALL_ROOT/var/cache/polipo"
