summaryrefslogtreecommitdiffstats
path: root/encap/tools/bcfg2-python-apt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'encap/tools/bcfg2-python-apt/Makefile')
-rw-r--r--encap/tools/bcfg2-python-apt/Makefile4
1 files changed, 3 insertions, 1 deletions
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