Skip to content

Commit

Permalink
www-client/ungoogled-chromium-bin: correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Jan 27, 2024
1 parent 75ac1a8 commit 9d7be33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ src_install() {
doins -r ./usr/$(get_libdir)/chromium-browser/locales

# Install vk_swiftshader_icd.json; bug #827861
doins out/Release/vk_swiftshader_icd.json
doins ./usr/$(get_libdir)/chromium-browser/vk_swiftshader_icd.json

if [[ -d out/Release/swiftshader ]]; then
insinto "${CHROMIUM_HOME}/swiftshader"
doins out/Release/swiftshader/*.so
doins ./usr/$(get_libdir)/chromium-browser/swiftshader/*.so
fi

use widevine && dosym "../../usr/$(get_libdir)/chromium-browser/WidevineCdm" "${CHROMIUM_HOME}/WidevineCdm"
Expand Down

0 comments on commit 9d7be33

Please sign in to comment.