Remove unnecessary statements.
This commit is contained in:
parent
2825eff124
commit
a3279af514
@ -65,10 +65,6 @@ rm -rf %{buildroot}
|
|||||||
make -C objdir-%{_target_platform} DESTDIR=%{buildroot} install
|
make -C objdir-%{_target_platform} DESTDIR=%{buildroot} install
|
||||||
install -D -p -m 644 cppcheck.1 %{buildroot}%{_mandir}/man1/cppcheck.1
|
install -D -p -m 644 cppcheck.1 %{buildroot}%{_mandir}/man1/cppcheck.1
|
||||||
|
|
||||||
# Don't ship devel stuff
|
|
||||||
rm -rf %{buildroot}%{_includedir}/CppCheck
|
|
||||||
rm %{buildroot}%{_libdir}/libCppCheck.*
|
|
||||||
|
|
||||||
# Install desktop file
|
# Install desktop file
|
||||||
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
|
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
|
||||||
# Install logo
|
# Install logo
|
||||||
|
Loading…
Reference in New Issue
Block a user