distribution -> usr.

This commit is contained in:
Alexandre Pujol 2021-09-26 18:12:30 +01:00
parent 11157bc873
commit cc16ceb246
Failed to generate hash of commit
2 changed files with 2 additions and 2 deletions

View file

@ -132,6 +132,6 @@ profile pacman @{exec_path} {
owner /etc/pacman.d/gnupg/** rwkl, owner /etc/pacman.d/gnupg/** rwkl,
} }
include if exists <distribution/pacman.d> include if exists <usr/pacman.d>
include if exists <local/pacman> include if exists <local/pacman>
} }

View file

@ -123,6 +123,6 @@ profile borg @{exec_path} {
/dev/fuse rw, /dev/fuse rw,
} }
include if exists <distribution/borg.d> include if exists <usr/borg.d>
include if exists <local/borg> include if exists <local/borg>
} }