refactor(profiles): use @{bin} and @{lib} in profiles (3)
This commit is contained in:
parent
2eed3b725f
commit
27daa7c9bb
355 changed files with 1473 additions and 1472 deletions
|
|
@ -15,13 +15,13 @@ profile pacman-hook-perl @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/perl rix,
|
||||
/{usr/,}bin/bash rix,
|
||||
/{usr/,}bin/find rix,
|
||||
/{usr/,}bin/pacman rPx,
|
||||
/{usr/,}bin/sed rix,
|
||||
@{bin}/perl rix,
|
||||
@{bin}/bash rix,
|
||||
@{bin}/find rix,
|
||||
@{bin}/pacman rPx,
|
||||
@{bin}/sed rix,
|
||||
|
||||
/{usr/,}lib/perl[0-9]*/{,**} r,
|
||||
@{lib}/perl[0-9]*/{,**} r,
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue