Skip to content

Commit 648a89f

Browse files
author
kavyasree
committed
remove -f
1 parent eaefe57 commit 648a89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPECS/rust/rust.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ rm -v ./tests/rustdoc-ui/issues/issue-98690.*
138138
%install
139139
USER=root SUDO_USER=root %make_install
140140
mv %{buildroot}%{_docdir}/cargo/LICENSE-THIRD-PARTY .
141-
rm -rf %{buildroot}%{_docdir}/rustc/{COPYRIGHT,LICENSE-APACHE,LICENSE-MIT}
141+
rm %{buildroot}%{_docdir}/rustc/{COPYRIGHT,LICENSE-APACHE,LICENSE-MIT}
142142
rm -rf %{buildroot}%{_docdir}/docs/html/.lock
143143
rm -rf %{buildroot}%{_docdir}/rustc/*.old
144144
rm -rf %{buildroot}%{_bindir}/*.old

0 commit comments

Comments
 (0)