Skip to content

Commit 5d65390

Browse files
kwktbaederr
authored andcommitted
Remove HTML asset files from /usr/share/clang-doc
In fedora-llvm-team/llvm-snapshots#564 (comment) we noticed that `clang-doc-default-stylesheet.css` and `index.js` are no longer installed to `/usr/share/clang` but `/usr/share/clang-doc` instead. This addresses the [change in upstream](llvm/llvm-project#96555).
1 parent 102959a commit 5d65390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.spec.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ rm -vf %{buildroot}%{_datadir}/clang/clang-format-sublime.py*
160160
# TODO: Package html docs
161161
rm -Rvf %{buildroot}%{_docdir}/LLVM/clang/html
162162
rm -Rvf %{buildroot}%{_docdir}/LLVM/clang-tools/html
163-
rm -Rvf %{buildroot}%{_datadir}/clang/clang-doc-default-stylesheet.css
164-
rm -Rvf %{buildroot}%{_datadir}/clang/index.js
163+
rm -Rvf %{buildroot}%{_datadir}/clang-doc/clang-doc-default-stylesheet.css
164+
rm -Rvf %{buildroot}%{_datadir}/clang-doc/index.js
165165

166166
# TODO: What are the Fedora guidelines for packaging bash autocomplete files?
167167
rm -vf %{buildroot}%{_datadir}/clang/bash-autocomplete.sh

0 commit comments

Comments
 (0)