Prereqs: Remove Ubuntu Hardy references user/dbs/update_makefile_prereqs
authorDan Scott <dan@coffeecode.net>
Mon, 9 Apr 2012 20:31:06 +0000 (16:31 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 2 May 2012 02:53:58 +0000 (22:53 -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>
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