From d11d3f877d37f95a915fbf5f894f23f8f88b1a18 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Fri, 28 Feb 2014 15:17:21 +0000 Subject: build: Add missing rpmbuild/BUILD dir for CentOS 5.x The rpmbuild/BUILD directory isn't created automatically by the build system on CentOS 5.x. This 1-line patch adds its creation to the build process. BUG: 1071504 Change-Id: I90ad70608776cb491f2ba92fb7d6044cff4defcc Signed-off-by: Justin Clift Reviewed-on: http://review.gluster.org/7175 Reviewed-by: Niels de Vos Tested-by: Gluster Build System --- extras/LinuxRPM/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/LinuxRPM/Makefile.am b/extras/LinuxRPM/Makefile.am index 593f850ac..b82c65f02 100644 --- a/extras/LinuxRPM/Makefile.am +++ b/extras/LinuxRPM/Makefile.am @@ -15,6 +15,7 @@ prep: if [ ! -e $(GFS_TAR) ]; then \ $(MAKE) -C ../.. dist; \ fi + -mkdir -p rpmbuild/BUILD -mkdir -p rpmbuild/SPECS -mkdir -p rpmbuild/RPMS -mkdir -p rpmbuild/SRPMS -- cgit