From: Chris Sharp Date: Thu, 13 Jun 2013 13:17:33 +0000 (-0400) Subject: SimpleServer installation expects yaz to already be installed X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=87deaccc94c8c8224d87183e94ff149a5ef3e9f0;p=working%2FEvergreen.git SimpleServer installation expects yaz to already be installed Signed-off-by: Chris Sharp --- diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-lucid b/Open-ILS/src/extras/install/Makefile.ubuntu-lucid index 8203f36df0..80d2b3caf4 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-lucid +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-lucid @@ -82,12 +82,12 @@ PGSQL_CLIENT_DEBS_91 = \ all: make -f $(DIR)/Makefile.debian install_debs make -f $(DIR)/Makefile.debian test_for_libdbi_pkg + make -f $(DIR)/Makefile.common install_yaz make -f $(DIR)/Makefile.common install_net_z3950_simpleserver make -f $(DIR)/Makefile.common install_cpan make -f $(DIR)/Makefile.common install_cpan_force make -f $(DIR)/Makefile.debian install_js_sm make -f $(DIR)/Makefile.debian debian_sys_config - make -f $(DIR)/Makefile.common install_yaz install_pgsql_server_debs_91: $(APT_TOOL) install $(PGSQL_SERVER_DEBS_91)