mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-08 11:00:09 +00:00
Don't use upper case g in .desktop
This commit is contained in:
parent
139b0bbfec
commit
7ba582956d
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -50,7 +50,7 @@ package() {
|
|||
install -Dm644 eula_text.html "$pkgdir"/usr/share/licenses/google-chrome/eula_text.html
|
||||
|
||||
msg2 "Fixing Chrome icon resolution..."
|
||||
sed -i "/Exec=/i\StartupWMClass=Google-chrome" "$pkgdir"/usr/share/applications/google-chrome.desktop
|
||||
sed -i "/Exec=/i\StartupWMClass=google-chrome" "$pkgdir"/usr/share/applications/google-chrome.desktop
|
||||
|
||||
msg2 "Fixing permissions of documentation folder..."
|
||||
chmod 755 "$pkgdir"/usr/share/doc/google-chrome-$_channel/
|
||||
|
|
Loading…
Reference in a new issue