feat(profiles): chromium_install_dirs -> chromium_lib_dirs
This commit is contained in:
parent
e9d61fb7d9
commit
6061d4981b
12 changed files with 46 additions and 46 deletions
|
|
@ -7,9 +7,9 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{chromium_install_dirs} = /opt/google/chrome{,-beta,-unstable}
|
||||
@{chromium_lib_dirs} = /opt/google/chrome{,-beta,-unstable}
|
||||
|
||||
@{exec_path} = @{chromium_install_dirs}/google-chrome{,-beta,-unstable}
|
||||
@{exec_path} = @{chromium_lib_dirs}/google-chrome{,-beta,-unstable}
|
||||
profile chrome-wrapper @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
|
@ -24,7 +24,7 @@ profile chrome-wrapper @{exec_path} {
|
|||
/{usr/,}bin/touch rix,
|
||||
/{usr/,}bin/which{,.debianutils} rix,
|
||||
|
||||
@{chromium_install_dirs}/chrome rPx,
|
||||
@{chromium_lib_dirs}/chrome rPx,
|
||||
|
||||
owner @{user_config_dirs}/chrome-flags.conf r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue