From 768990dbf203b45692b8c8f3de4a98f7908d9fd8 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 28 Aug 2014 09:40:54 -0400 Subject: [PATCH] Fix broken prereq installer for debian wheezy Problem found by live-tester scripts. Yay for live tests! Signed-off-by: Dan Scott --- Open-ILS/src/extras/install/Makefile.debian-wheezy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy index 317c8479a2..fb5b41aa53 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-wheezy +++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy @@ -4,13 +4,13 @@ DIR = $(dir $(lastword $(MAKEFILE_LIST))) export DEB_PGSQL_COMMON_MODS = \ gcc \ - libbusiness-isbn-perl + libbusiness-isbn-perl \ libjson-xs-perl \ liblibrary-callnumber-lc-perl \ libmarc-record-perl \ libmarc-xml-perl \ librose-uri-perl \ - libuuid-tiny-perl + libuuid-tiny-perl \ libxml-libxml-perl \ libxml-libxslt-perl -- 2.43.2