Get the extra_debs into Squeeze as well; fix a typo in libmemcached-tools
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 13 Aug 2010 17:21:51 +0000 (17:21 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 13 Aug 2010 17:21:51 +0000 (17:21 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1999 9efc2488-bf62-4759-914b-345cdb29e865

src/extras/Makefile.install

index 8fdd1cd..9ece454 100644 (file)
@@ -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