use %%make_build, don't hardcode path to hardlink

epel8
Rex Dieter 6 years ago
parent 4d44c5823a
commit 6bf238c7cc

@ -77,7 +77,7 @@ pushd %{_target_platform}
%{cmake_kf5} .. %{cmake_kf5} ..
popd popd
make %{?_smp_mflags} -C %{_target_platform} %make_build -C %{_target_platform}
%install %install
@ -87,7 +87,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
#du -s . #du -s .
#time optimizegraphics ||: #time optimizegraphics ||:
du -s . du -s .
/usr/sbin/hardlink -c -v %{buildroot}%{_datadir}/icons/ hardlink -c -v %{buildroot}%{_datadir}/icons/
du -s . du -s .
# %%ghost icon.cache # %%ghost icon.cache

Loading…
Cancel
Save