mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-09 11:30:04 +00:00
Use $_channel
This commit is contained in:
parent
ce3bed52b4
commit
866fe5bc9d
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -35,7 +35,7 @@ package() {
|
|||
|
||||
msg2 "Moving stuff in place..."
|
||||
# Launcher
|
||||
install -m755 google-chrome-stable "$pkgdir"/usr/bin/
|
||||
install -m755 google-chrome-$_channel "$pkgdir"/usr/bin/
|
||||
|
||||
# Icons
|
||||
for i in 16x16 22x22 24x24 32x32 48x48 64x64 128x128 256x256; do
|
||||
|
|
Loading…
Reference in a new issue