Skip to content

Commit

Permalink
www-client/ungoogled-chromium-bin: fix sed
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Feb 9, 2024
1 parent ac52de8 commit 62bc6fb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ src_install() {

# Install GNOME default application entry (bug #303100).
insinto /usr/share/gnome-control-center/default-apps
sed -e "/chromium-browser/chromium-browser-bin/" -i ./usr/share/gnome-control-center/default-apps/chromium-browser.xml || die
sed -i '/chromium-browser/{s++chromium-browser-bin+;h};${x;/./{x;q0};x;q1}' \
./usr/share/gnome-control-center/default-apps/chromium-browser.xml || die
doins ./usr/share/gnome-control-center/default-apps/chromium-browser.xml

readme.gentoo_create_doc
Expand Down

0 comments on commit 62bc6fb

Please sign in to comment.