summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2017-10-13 21:59:08 +0300
committerDet2017-10-13 21:59:08 +0300
commit1c892880eaca07d901fe1da28e86f4fb0144e935 (patch)
treebea9effe71952a0e11311c6c6f1d28a656b32828 /PKGBUILD
parent88d32419641e9167fc8a7071fdd6f266c5d616ff (diff)
downloadaur-1c892880eaca07d901fe1da28e86f4fb0144e935.tar.gz
Fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2daf40ecca6a..c56facc6b2a9 100644
--- a/PKGBUILD
+++ b/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