From 87deaccc94c8c8224d87183e94ff149a5ef3e9f0 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 13 Jun 2013 09:17:33 -0400 Subject: [PATCH] SimpleServer installation expects yaz to already be installed Signed-off-by: Chris Sharp --- Open-ILS/src/extras/install/Makefile.ubuntu-lucid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0