mirror of
https://github.com/luzifer-aur/google-chrome-dev.git
synced 2024-11-10 03:50:04 +00:00
Use $_channel
This commit is contained in:
parent
1bb349bab9
commit
e4d52fda97
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -39,7 +39,7 @@ package() {
|
|||
|
||||
msg2 "Moving stuff in place..."
|
||||
# Launcher
|
||||
install -m755 google-chrome-unstable "$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