Fix bug hopefully with opensrf.xml again and fix order of eg deps
authorAndy Witter <awitter@georgialibraries.org>
Thu, 5 Dec 2019 18:55:01 +0000 (13:55 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Thu, 5 Dec 2019 18:55:01 +0000 (13:55 -0500)
templates/debs/evergreen-ils_3.4.1_amd64.deb
templates/setup-functions

index cb1e412..35b0be4 100644 (file)
Binary files a/templates/debs/evergreen-ils_3.4.1_amd64.deb and b/templates/debs/evergreen-ils_3.4.1_amd64.deb differ
index 2104da3..521a03d 100755 (executable)
@@ -67,8 +67,9 @@ if $APT_TOOL update
        gdebi --n libbusiness-stripe-perl*.deb
        gdebi --n libemail-send-perl*.deb
        gdebi --n libreturn-value-perl*.deb
-       gdebi --n libmarc-xml-perl*.deb
+       ### the three below needs to be installed in the current order.
        gdebi --n libmarc-charset-perl*.deb
+       gdebi --n libmarc-xml-perl*.deb
        gdebi --n libnet-z3950-simple2zoom-perl*.deb
         echo                                                                                                                                 
         echo "Installing Dependencies for Apache Web Sockets for web based staff client";sleep 2