bulk cross-OS awk (#75)

This commit is contained in:
nobodysu 2022-09-11 19:40:34 +00:00 committed by GitHub
parent 8fb8e7ced3
commit 78a180b2f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
80 changed files with 85 additions and 90 deletions

View file

@ -29,7 +29,7 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
/{usr/,}bin/find rix,
/{usr/,}bin/findmnt rPx,
/{usr/,}bin/fsck rix,
/{usr/,}bin/gawk rix,
/{usr/,}bin/{m,g,}awk rix,
/{usr/,}bin/grep rix,
/{usr/,}bin/hexdump rix,
/{usr/,}bin/install rix,

View file

@ -18,7 +18,7 @@ profile paccache @{exec_path} {
/{usr/,}bin/bash rix,
/{usr/,}bin/cat rix,
/{usr/,}bin/gawk rix,
/{usr/,}bin/{m,g,}awk rix,
/{usr/,}bin/gettext rix,
/{usr/,}bin/pacman rPx,
/{usr/,}bin/pacman-conf rPx,
@ -38,4 +38,4 @@ profile paccache @{exec_path} {
/dev/tty rw,
include if exists <local/paccache>
}
}

View file

@ -22,7 +22,7 @@ profile pacdiff @{exec_path} flags=(attach_disconnected) {
/{usr/,}bin/cat rix,
/{usr/,}bin/cmp rix,
/{usr/,}bin/find rix,
/{usr/,}bin/gawk rix,
/{usr/,}bin/{m,g,}awk rix,
/{usr/,}bin/locate rix,
/{usr/,}bin/pacman-conf rPx,
/{usr/,}bin/tput rix,

View file

@ -19,7 +19,7 @@ profile pacman-key @{exec_path} {
/{usr/,}bin/basename rix,
/{usr/,}bin/bash rix,
/{usr/,}bin/chmod rix,
/{usr/,}bin/gawk rix,
/{usr/,}bin/{m,g,}awk rix,
/{usr/,}bin/gettext rix,
/{usr/,}bin/gpg rCx -> gpg,
/{usr/,}bin/grep rix,