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 | |
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
-rw-r--r-- | encap/tools/bcfg2-python-apt/Makefile | 4 | ||||
-rw-r--r-- | encap/tools/bcfg2-python-apt/README | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/encap/tools/bcfg2-python-apt/README b/encap/tools/bcfg2-python-apt/README index a5f251fef..5b2a06e83 100644 --- a/encap/tools/bcfg2-python-apt/README +++ b/encap/tools/bcfg2-python-apt/README @@ -1,3 +1,5 @@ Before building this, make sure that you have these libraries installed: * /usr/lib/libapt-pkg* (Part of the "apt" package on Debian) - * /usr/lib/libapt-inst* (Part of the "apt-utils" package on Debian)
\ No newline at end of file + * /usr/lib/libapt-inst* (Part of the "apt-utils" package on Debian) + +You also must have the "libapt-pkg-dev" package installed. |