summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-10-06 04:02:54 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-10-06 04:02:54 +0000
commit0a713528fa3534eaa032eefe11b462e9af734783 (patch)
tree3da41b83f67e1fe598008805203d90ae8c8847d5 /encap
parent50094cdc707c81199130814271c0a18ed00f7536 (diff)
downloadbcfg2-0a713528fa3534eaa032eefe11b462e9af734783.tar.gz
bcfg2-0a713528fa3534eaa032eefe11b462e9af734783.tar.bz2
bcfg2-0a713528fa3534eaa032eefe11b462e9af734783.zip
EncapPackages: Only build bcfg2 server stuff on Debian-based distros
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2392 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-rw-r--r--encap/src/encap-profiles/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/encap/src/encap-profiles/Makefile b/encap/src/encap-profiles/Makefile
index 9e0edde9e..3ddf1cf31 100644
--- a/encap/src/encap-profiles/Makefile
+++ b/encap/src/encap-profiles/Makefile
@@ -47,21 +47,23 @@ sources_sh := $(sort $(M4))
UNAME := $(shell uname)
ifeq ($(UNAME),Linux)
-sources_ep += $(BCFG2_GLIB) $(BCFG2_GAMIN)
DISTRO := $(shell cat /etc/issue | grep ^[a-zA-Z] | head -1)
endif
ifeq ($(DISTRO),Debian GNU/Linux 3.1 \n \l)
+sources_ep += $(BCFG2_GLIB) $(BCFG2_GAMIN)
BCFG2_PYTHON_APT = bcfg2-python-apt-0.5.10
OS ?= linux_debian_sarge
endif
ifeq ($(DISTRO),Debian GNU/Linux testing/unstable \n \l)
+sources_ep += $(BCFG2_GLIB) $(BCFG2_GAMIN)
BCFG2_PYTHON_APT = bcfg2-python-apt-0.6.19
OS ?= linux_debian_sid
endif
ifeq ($(DISTRO),Ubuntu 6.06.1 LTS \n \l)
+sources_ep += $(BCFG2_GLIB) $(BCFG2_GAMIN)
BCFG2_PYTHON_APT = bcfg2-python-apt-0.6.16.2ubuntu8
OS ?= linux_ubuntu_dapper
endif