From 3ed0d6a92d4453d9f833f29a771e033822dc38bb Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 9 Jul 2013 11:43:47 -0400 Subject: [PATCH] apply missing install_libdbi for wheezy/squeeze Signed-off-by: Bill Erickson --- Open-ILS/src/extras/install/Makefile.debian-squeeze | 1 + Open-ILS/src/extras/install/Makefile.debian-wheezy | 1 + 2 files changed, 2 insertions(+) diff --git a/Open-ILS/src/extras/install/Makefile.debian-squeeze b/Open-ILS/src/extras/install/Makefile.debian-squeeze index f87712b403..c98e5d03e2 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-squeeze +++ b/Open-ILS/src/extras/install/Makefile.debian-squeeze @@ -88,6 +88,7 @@ all: install_pgsql_client_backport_debs_91 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.common install_libdbi make -f $(DIR)/Makefile.debian install_js_sm make -f $(DIR)/Makefile.debian debian_sys_config diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy index 6169609f8c..28165f904f 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-wheezy +++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy @@ -83,6 +83,7 @@ all: 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.common install_libdbi make -f $(DIR)/Makefile.debian install_js_sm make -f $(DIR)/Makefile.debian debian_sys_config -- 2.11.0