From 158b9cd79c1cabf06fb842c2881cea9ec63e3fc4 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Fri, 3 Jan 2014 16:49:31 +0100 Subject: [PATCH] Fix the centos bootstrap script. --- bootstrap-centos.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bootstrap-centos.sh b/bootstrap-centos.sh index d65d51b..969926a 100644 --- a/bootstrap-centos.sh +++ b/bootstrap-centos.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash -sudo yum -y install yum-utils @development-tools sbcl sqlite-devel +sudo yum -y install yum-utils rpmdevtools @development-tools \ + sbcl sqlite-devel zlib-devel # SBCL 1.1.14 # http://www.mikeivanov.com/post/66510551125/installing-sbcl-1-1-on-rhel-centos-systems @@ -19,5 +20,8 @@ cd # remove the old version that we used to compile the newer one. sudo yum remove -y sbcl +# prepare the rpmbuild setup +rpmdev-setuptree + # pgloader #make -C /vagrant rpm