From: Jan Kratochvil Date: Wed, 22 Jul 2020 15:01:02 +0000 (+0200) Subject: (no commit message) X-Git-Url: https://git.jankratochvil.net/?p=lldb-experimental.git;a=commitdiff_plain;h=b0664c7cb0dd394677313c7dd423c41806ed342c --- diff --git a/lldb-experimental.spec b/lldb-experimental.spec index 6c58f04..a9bc760 100644 --- a/lldb-experimental.spec +++ b/lldb-experimental.spec @@ -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