diff options
-rw-r--r-- | tini.spec | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,10 +32,10 @@ sed -i CMakeLists.txt -e 's/ -Wl,-s//' %build %cmake -%cmake_build +%__cmake --build . %{?_smp_mflags} --verbose %install -%cmake_install +DESTDIR="%{buildroot}" %__cmake --install . %files %license LICENSE |