SimpleServer installation expects yaz to already be installed
authorChris Sharp <csharp@georgialibraries.org>
Thu, 13 Jun 2013 13:17:33 +0000 (09:17 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 13 Jun 2013 13:17:42 +0000 (09:17 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/extras/install/Makefile.ubuntu-lucid

index 8203f36..80d2b3c 100644 (file)
@@ -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)