mirror of
https://github.com/luzifer-aur/google-chrome-dev.git
synced 2024-11-10 03:50:04 +00:00
Fix build
This commit is contained in:
parent
88d3241964
commit
1c892880ea
1 changed files with 3 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -49,7 +49,9 @@ package() {
|
||||||
done
|
done
|
||||||
|
|
||||||
# Man page
|
# Man page
|
||||||
|
if [[ -f "$pkgdir"/usr/share/man/man1/google-chrome-$_channel.1 ]]; then
|
||||||
gzip "$pkgdir"/usr/share/man/man1/google-chrome-$_channel.1
|
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