Fix build

This commit is contained in:
Det 2017-10-13 21:59:08 +03:00
parent 88d3241964
commit 1c892880ea

View File

@ -49,7 +49,9 @@ package() {
done done
# Man page # 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 # License
install -Dm644 eula_text.html "$pkgdir"/usr/share/licenses/google-chrome-$_channel/eula_text.html install -Dm644 eula_text.html "$pkgdir"/usr/share/licenses/google-chrome-$_channel/eula_text.html