chore(dnf): Use /usr/lib/ directory for optfix service instead of /etc/
This commit is contained in:
parent
14ced57673
commit
ec6a52d583
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ def add_keys [$keys: list]: nothing -> nothing {
|
|||
# symlinks on boot of the OS.
|
||||
def run_optfix [$optfix_pkgs: list]: nothing -> nothing {
|
||||
const LIB_EXEC_DIR = '/usr/libexec/bluebuild'
|
||||
const SYSTEMD_DIR = '/etc/systemd/system'
|
||||
const SYSTEMD_DIR = '/usr/lib/systemd/system'
|
||||
const MODULE_DIR = '/tmp/modules/dnf'
|
||||
const LIB_OPT_DIR = '/usr/lib/opt'
|
||||
const VAR_OPT_DIR = '/var/opt'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue