Pre-fix build for 62.x

This commit is contained in:
Det 2017-10-26 22:04:04 +03:00
parent 1375b6e8b3
commit 70043903dc

View File

@ -48,7 +48,9 @@ package() {
done
# Man page
gzip "$pkgdir"/usr/share/man/man1/google-chrome.1
if [[ -f "$pkgdir"/usr/share/man/man1/google-chrome.1 ]]; then
gzip "$pkgdir"/usr/share/man/man1/google-chrome.1
fi
# License
install -Dm644 eula_text.html "$pkgdir"/usr/share/licenses/google-chrome/eula_text.html