diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-08-06 17:13:51 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-08-06 17:13:51 +0000 |
commit | 8f3e2b142cdee6e462d7baee9a2423c1322828b8 (patch) | |
tree | 71d6361d2717903f41b8893adf79679e84abc071 /encap/tools/bcfg2-python-apt/Makefile | |
parent | ca2512a466de0382edbd64bad4184504d9a44029 (diff) | |
download | bcfg2-8f3e2b142cdee6e462d7baee9a2423c1322828b8.tar.gz bcfg2-8f3e2b142cdee6e462d7baee9a2423c1322828b8.tar.bz2 bcfg2-8f3e2b142cdee6e462d7baee9a2423c1322828b8.zip |
Updates to work on Sarge
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2050 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/tools/bcfg2-python-apt/Makefile')
-rw-r--r-- | encap/tools/bcfg2-python-apt/Makefile | 4 |
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 |