archlinuxfr / yaourt

[unmaintained] A Pacman frontend with more features and AUR support
598 stars 98 forks source link

Rename INSTALL to INSTALL_FLAG #293

Closed mchataigner closed 8 years ago

mchataigner commented 8 years ago

Autoconf tries to get a BSD install command and use INSTALL variable to store the result. So if INSTALL is set to something by yaourt, it will make autoconf set install command pointing to this and end up in an error during the package.

In order to avoid collision between -i option of major -P (pkgbuild) with this INSTALL variable of autoconf, rename -i flag to INSTALL_FLAG.

larchunix commented 8 years ago

Thanks, merged.