From: dbs Date: Fri, 13 Aug 2010 17:21:51 +0000 (+0000) Subject: Get the extra_debs into Squeeze as well; fix a typo in libmemcached-tools X-Git-Tag: osrf_rel_2_0_1~118 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2cb4058182c25b1c4dd83dd10b59161c94f18dce;p=OpenSRF.git Get the extra_debs into Squeeze as well; fix a typo in libmemcached-tools git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1999 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 8fdd1cd..9ece454 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -251,9 +251,9 @@ EXTRA_DEBS = \ EXTRA_DEBS_SQUEEZE = \ libmemcached-dev \ + libmemcached-tools \ libxml-libxml-perl \ - libxml-libxslt-perl \ - memcached-tools + libxml-libxslt-perl EXTRA_DEBS_UBUNTU_LUCID = \ libmemcached-dev\ @@ -411,7 +411,7 @@ install_debs: install_extra_debs: $(APT_TOOL) install $(EXTRA_DEBS) -install_extra_debs_squeeze: +install_extra_debs_squeeze: install_extra_debs $(APT_TOOL) install $(EXTRA_DEBS_SQUEEZE) # Install even more packaged dependencies on modern distros