[packages/bctoolbox] - use build dir separate from "build" directory included in sources

qboosh qboosh at pld-linux.org
Thu Jun 17 21:23:24 CEST 2021


commit bea354b19962b874574f3b50b8db87aab88ab580
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jun 17 21:26:03 2021 +0200

    - use build dir separate from "build" directory included in sources

 bctoolbox.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bctoolbox.spec b/bctoolbox.spec
index fa160d6..f9e77ff 100644
--- a/bctoolbox.spec
+++ b/bctoolbox.spec
@@ -67,8 +67,8 @@ Statyczne biblioteki bctoolbox.
 %setup -q
 
 %build
-install -d build
-cd build
+install -d builddir
+cd builddir
 %cmake .. \
 	%{!?with_static_libs:-DENABLE_STATIC=OFF}
 
@@ -77,7 +77,7 @@ cd build
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} -C build install \
+%{__make} -C builddir install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 # disable completeness check incompatible with split packaging
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bctoolbox.git/commitdiff/bea354b19962b874574f3b50b8db87aab88ab580



More information about the pld-cvs-commit mailing list