From 0a713528fa3534eaa032eefe11b462e9af734783 Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Fri, 6 Oct 2006 04:02:54 +0000 Subject: 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 --- encap/src/encap-profiles/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22