Fix build

This commit is contained in:
Det 2017-10-26 22:02:46 +03:00
parent 1abe715dda
commit a53fff4c86

View file

@ -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