From: Dan Scott Date: Thu, 28 Aug 2014 13:40:54 +0000 (-0400) Subject: Fix broken prereq installer for debian wheezy X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=768990dbf203b45692b8c8f3de4a98f7908d9fd8;p=evergreen%2Fpines.git Fix broken prereq installer for debian wheezy Problem found by live-tester scripts. Yay for live tests! Signed-off-by: Dan Scott --- 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