Prereqs: Remove Ubuntu Hardy references
authorDan Scott <dan@coffeecode.net>
Mon, 9 Apr 2012 20:31:06 +0000 (16:31 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 4 May 2012 02:19:09 +0000 (22:19 -0400)
We no longer support Ubuntu Hardy 8.04, so ditch any references to it in
the prerequisite installer.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>

Open-ILS/src/extras/Makefile.install

index 27d197d..ee058c4 100644 (file)
@@ -112,11 +112,6 @@ EXTRA_DEBS_PRECISE = \
     libnet-z3950-simple2zoom-perl \
     libuuid-tiny-perl
 
-# Ubuntu Hardy requires libencode-perl # to get a version of Encode
-# > 2.12 - see bug 525069.
-EXTRA_ENCODE = \
-       libencode-perl
-
 FEDORA_RPMS = \
        aspell \
        aspell-en \
@@ -467,10 +462,6 @@ install_extra_debs_precise: install_extra_debs
 install_extra_debs:
        $(APT_TOOL) install $(EXTRA_DEBS)
 
-# Install specific modules required by Ubuntu Hardy - see bug 525069
-install_extra_encode:
-       $(APT_TOOL) install $(EXTRA_ENCODE)
-
 # ------------------------------------------------------------------
 
 # FEDORA