(no commit message)
[lldb-experimental.git] / lldb-experimental.spec
index 6c58f04..a9bc760 100644 (file)
@@ -12,7 +12,7 @@
 %endif
 Name: lldb-experimental
 Version: 11.0.0
-Release: 0.20200722snap1%{?dist}
+Release: 0.20200722snap2%{?dist}
 Summary: Next generation high-performance debugger - experimental trunk snapshot
 License: NCSA
 URL: http://lldb.llvm.org/
@@ -170,7 +170,8 @@ mkdir -p %{buildroot}%{pkg_prefix}
 %endif
 ) >%{buildroot}%{pkg_prefix}/HEAD
 %if 0%{?rhel:1} && 0%{?rhel} <= 8
-DESTDIR="%{buildroot}" %__cmake --install .
+# It runs a new configure without installing anything: DESTDIR="%{buildroot}" #__cmake --install .
+%make_install
 %else
 %cmake_install
 %endif