per-distro makefile improvments
authorBill Erickson <berick@esilibrary.com>
Fri, 9 Aug 2013 17:15:42 +0000 (13:15 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 9 Aug 2013 17:15:42 +0000 (13:15 -0400)
commit0830378e033fe5d17ee51337ac78adca0599edb2
tree450b8e6db9fc8089a53e7a513a0546ece956653e
parentb95241f8595be3ac4c1db5bf3011df3fb84c15d2
per-distro makefile improvments

1. install soap-lite as a deb before CPAN runs.
   Business::OnlinePayment::PayPal fails otherwise.

2. by default, use apt-get as the APT tool, since all debian distros have
   this

3. move 'install_yaz' directly into Makefile.ubuntu-lucid, since that's
  the only OS which uses it.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/extras/install/Makefile.common
Open-ILS/src/extras/install/Makefile.debian
Open-ILS/src/extras/install/Makefile.debian-squeeze
Open-ILS/src/extras/install/Makefile.debian-wheezy
Open-ILS/src/extras/install/Makefile.ubuntu-lucid
Open-ILS/src/extras/install/Makefile.ubuntu-precise