diff options
| author | Justin Clift <justin@gluster.org> | 2014-02-28 15:17:21 +0000 | 
|---|---|---|
| committer | Anand Avati <avati@redhat.com> | 2014-03-01 19:00:08 -0800 | 
| commit | d11d3f877d37f95a915fbf5f894f23f8f88b1a18 (patch) | |
| tree | 9e490822161f56eb721529f8609c53b8b10e6c5c | |
| parent | 2010fb2bc620e6f66ed769b140d92e1d94da1439 (diff) | |
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 <justin@gluster.org>
Reviewed-on: http://review.gluster.org/7175
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
| -rw-r--r-- | extras/LinuxRPM/Makefile.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/LinuxRPM/Makefile.am b/extras/LinuxRPM/Makefile.am index 593f850ac50..b82c65f02c4 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  | 
