From: Dan Scott Date: Sun, 16 Oct 2011 19:48:38 +0000 (-0400) Subject: Net::Z3950::SimpleServer 1.15 should not require sedding X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=20f9733c135ddff42242ee66df9abc4eb3532e9b;p=evergreen%2Fjoelewis.git Net::Z3950::SimpleServer 1.15 should not require sedding Checking both versions of the packages listed on ftp.indexdata.dk, the hardcoded path to yaz-config does not exist in Makefile.PL - thus, we should be able to drop the "sed" instruction for 1.15. Signed-off-by: Dan Scott Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 9e9cef2aca..879cf00586 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -378,7 +378,6 @@ install_spidermonkey: install_net_z3950_simpleserver: if [ ! -f $(LIBNET_Z3950_SIMPLESERVER).tar.gz ]; then wget $(LIBNET_Z3950_SIMPLESERVER_URL).tar.gz; fi; tar -zxf $(LIBNET_Z3950_SIMPLESERVER).tar.gz - sed -i -e 's/..\/..\/yaz-config/yaz-config/' $(LIBNET_Z3950_SIMPLESERVER)/Makefile.PL; cd $(LIBNET_Z3950_SIMPLESERVER) && perl Makefile.PL && make && make test && make install # On Ubuntu and possibly Debian, the libdbi0 package prevents the