]> git.pld-linux.org Git - packages/bctoolbox.git/commitdiff
- use build dir separate from "build" directory included in sources auto/th/bctoolbox-4.5.20-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jun 2021 19:26:03 +0000 (21:26 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jun 2021 19:26:03 +0000 (21:26 +0200)
bctoolbox.spec

index fa160d6d74692a989019e279134e938f060ca6ff..f9e77ff88dc05c71605143747ae2f9bece4bc3d4 100644 (file)
@@ -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
This page took 0.15142 seconds and 4 git commands to generate.