[packages/rpm] - don't mix build stuff with sources (build/ contains rpmbuild sources)

baggins baggins at pld-linux.org
Mon Nov 25 10:34:36 CET 2024


commit aa4aace41a53bb09e257268126b00283305624c0
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Nov 25 09:25:03 2024 +0100

    - don't mix build stuff with sources (build/ contains rpmbuild sources)

 rpm.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rpm.spec b/rpm.spec
index e6aa71b..28787c7 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -646,8 +646,8 @@ Dokumentacja API RPM-a oraz przewodniki w formacie HTML generowane ze
 awk -f %{SOURCE6} %{SOURCE5}
 
 %build
-mkdir -p build
-cd build
+mkdir -p build-cmake
+cd build-cmake
 %cmake ../ \
 	-DCMAKE_INSTALL_DOCDIR=%{_docdir} \
 	%{cmake_on_off python3 ENABLE_PYTHON} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/aa4aace41a53bb09e257268126b00283305624c0



More information about the pld-cvs-commit mailing list