1
0
Fork 0
mirror of https://github.com/luzifer-aur/google-chrome-dev.git synced 2025-04-11 17:41:53 +00:00

Fix opening files with spaces

This commit is contained in:
Det 2015-09-04 21:57:26 +03:00
parent e4d52fda97
commit 4930bdd8e0
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
pkgbase = google-chrome-dev
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Dev Channel). NOTE: If the md5sums don't match, don't post the makepkg output. Simply flag the package.
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Dev Channel)
pkgver = 47.0.2498.0
pkgrel = 1
url = https://www.google.com/chrome/index.html
@ -34,7 +34,7 @@ pkgbase = google-chrome-dev
options = !strip
source = google-chrome-unstable
source = eula_text.html
md5sums = 00541a2eaedf40c2217f17f9345aaa5c
md5sums = 11b55a3fec7279db32b63e3a0b97dc01
md5sums = b7e752f549b215ac77f284b6486794b6
source_i686 = google-chrome-unstable_47.0.2498.0_i386.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_i386.deb
md5sums_i686 = f732602aa7427da97ef1bf3ad4d673ed

View file

@ -24,7 +24,7 @@ source=('google-chrome-unstable'
'eula_text.html')
source_i686=("google-chrome-${_channel}_${pkgver}_i386.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_i386.deb")
source_x86_64=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb")
md5sums=('00541a2eaedf40c2217f17f9345aaa5c'
md5sums=('11b55a3fec7279db32b63e3a0b97dc01'
'b7e752f549b215ac77f284b6486794b6')
md5sums_i686=('f732602aa7427da97ef1bf3ad4d673ed')
md5sums_x86_64=('d1abecdb85ea5f37236684f75a51fd96')

View file

@ -6,4 +6,4 @@ if [[ -f ~/.config/chrome-dev-flags.conf ]]; then
fi
# Launch
exec /opt/google/chrome-unstable/google-chrome-unstable $CHROME_USER_FLAGS $@
exec /opt/google/chrome-unstable/google-chrome-unstable $CHROME_USER_FLAGS "$@"