mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-12 23:32:42 +00:00
Fix build
This commit is contained in:
parent
1abe715dda
commit
a53fff4c86
1 changed files with 3 additions and 1 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue