From: Dan Scott Date: Mon, 9 Apr 2012 20:31:06 +0000 (-0400) Subject: Prereqs: Remove Ubuntu Hardy references X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fcac52e93c675fb28aeb17295c534d5986886139;p=evergreen%2Ftadl.git Prereqs: Remove Ubuntu Hardy references We no longer support Ubuntu Hardy 8.04, so ditch any references to it in the prerequisite installer. Signed-off-by: Dan Scott Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 27d197dd7a..ee058c403a 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -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