From e8b7fe1da5ab39ca9901a3854afb5dc136e7096d Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Tue, 15 Jul 2008 22:13:08 +0930 Subject: [PATCH] Added some more required packages for CentOS --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 302954c..b96db97 100644 --- a/Makefile +++ b/Makefile @@ -475,6 +475,7 @@ setup-host-centos: gzip \ makeinfo \ patch \ + python-sqlite2 \ quilt \ rpm-build \ subversion \ @@ -482,6 +483,7 @@ setup-host-centos: tetex \ texi2html \ texinfo + sudo rpm -ivh http://www.python.org/pyvault/centos-4-i386/help2man-1.29-1.noarch.rpm .PHONY: update-common update-common: -- 2.11.4.GIT