From 8f3e2b142cdee6e462d7baee9a2423c1322828b8 Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Sun, 6 Aug 2006 17:13:51 +0000 Subject: Updates to work on Sarge git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2050 ce84e21b-d406-0410-9b95-82705330c041 --- encap/tools/bcfg2-python-apt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'encap/tools/bcfg2-python-apt/Makefile') diff --git a/encap/tools/bcfg2-python-apt/Makefile b/encap/tools/bcfg2-python-apt/Makefile index 0e4740002..bd8d09857 100644 --- a/encap/tools/bcfg2-python-apt/Makefile +++ b/encap/tools/bcfg2-python-apt/Makefile @@ -16,7 +16,9 @@ APTMAJOR := $(shell apt-get --version | head -1 | cut -c 7) ifeq ($(APTMAJOR),5) PYTHON-APT = bcfg2-python-apt-0.5.10 -else ifeq ($(APTMAJOR),6) +endif + +ifeq ($(APTMAJOR),6) PYTHON-APT = bcfg2-python-apt-0.6.19 endif -- cgit v1.2.3-1-g7c22