mirror of
https://github.com/luzifer-aur/google-chrome-dev.git
synced 2024-11-10 03:50:04 +00:00
Fix build
This commit is contained in:
parent
88d3241964
commit
1c892880ea
1 changed files with 3 additions and 1 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -49,7 +49,9 @@ package() {
|
|||
done
|
||||
|
||||
# Man page
|
||||
gzip "$pkgdir"/usr/share/man/man1/google-chrome-$_channel.1
|
||||
if [[ -f "$pkgdir"/usr/share/man/man1/google-chrome-$_channel.1 ]]; then
|
||||
gzip "$pkgdir"/usr/share/man/man1/google-chrome-$_channel.1
|
||||
fi
|
||||
|
||||
# License
|
||||
install -Dm644 eula_text.html "$pkgdir"/usr/share/licenses/google-chrome-$_channel/eula_text.html
|
||||
|
|
Loading…
Reference in a new issue