summaryrefslogtreecommitdiffstats
path: root/encap/src/encap-profiles/Makefile
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2007-02-19 05:58:22 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2007-02-19 05:58:22 +0000
commitceb9a98a57f030e15b073ee26fe86b73ad73daa4 (patch)
tree4c93a9dfcdb72d10f8baaf540b668da6b3f118c8 /encap/src/encap-profiles/Makefile
parentc5d758977084b89283706ac9b780f31094ac98ad (diff)
downloadbcfg2-ceb9a98a57f030e15b073ee26fe86b73ad73daa4.tar.gz
bcfg2-ceb9a98a57f030e15b073ee26fe86b73ad73daa4.tar.bz2
bcfg2-ceb9a98a57f030e15b073ee26fe86b73ad73daa4.zip
EncapPackages: Fixes to work with Debian GNU/Linux Etch on x86_64
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2837 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/src/encap-profiles/Makefile')
-rw-r--r--encap/src/encap-profiles/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/encap/src/encap-profiles/Makefile b/encap/src/encap-profiles/Makefile
index 674206cd5..abdbf7d91 100644
--- a/encap/src/encap-profiles/Makefile
+++ b/encap/src/encap-profiles/Makefile
@@ -59,6 +59,11 @@ BCFG2_PYTHON_APT = bcfg2-python-apt-0.5.10
OS ?= linux_debian_sarge
endif
+ifeq ($(DISTRO),Debian GNU/Linux 4.0 \n \l)
+BCFG2_PYTHON_APT = bcfg2-python-apt-0.6.19
+OS ?= linux_debian_etch
+endif
+
ifeq ($(DISTRO),Debian GNU/Linux testing/unstable \n \l)
BCFG2_PYTHON_APT = bcfg2-python-apt-0.6.19
OS ?= linux_debian_sid