refractor(profiles): unify the name of the local variables.
This commit is contained in:
parent
57f914d7fd
commit
2d2693bd99
20 changed files with 166 additions and 166 deletions
|
|
@ -7,9 +7,9 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{chromium_lib_dirs} = /opt/google/chrome{,-beta,-unstable}
|
||||
@{lib_dirs} = /opt/google/chrome{,-beta,-unstable}
|
||||
|
||||
@{exec_path} = @{chromium_lib_dirs}/google-chrome{,-beta,-unstable}
|
||||
@{exec_path} = @{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} {
|
|||
@{bin}/touch rix,
|
||||
@{bin}/which{,.debianutils} rix,
|
||||
|
||||
@{chromium_lib_dirs}/chrome rPx,
|
||||
@{lib_dirs}/chrome rPx,
|
||||
|
||||
owner @{user_config_dirs}/chrome-flags.conf r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue