1111# considered deprecated (though there is no plan to remove them). New names
1212# shall have underscores.
1313
14- prefix=@prefix@
14+ prefix=/usr
1515root_prefix=@rootprefix_noslash@
1616rootprefix=${root_prefix}
1717sysconf_dir=@sysconfdir@
@@ -26,10 +26,10 @@ systemdsystemunitdir=${systemd_system_unit_dir}
2626systemd_system_preset_dir=${rootprefix}/lib/systemd/system-preset
2727systemdsystempresetdir=${systemd_system_preset_dir}
2828
29- systemd_user_unit_dir=${prefix} /lib/systemd/user
29+ systemd_user_unit_dir=/usr /lib/systemd/user
3030systemduserunitdir=${systemd_user_unit_dir}
3131
32- systemd_user_preset_dir=${prefix} /lib/systemd/user-preset
32+ systemd_user_preset_dir=/usr /lib/systemd/user-preset
3333systemduserpresetdir=${systemd_user_preset_dir}
3434
3535systemd_system_conf_dir=${sysconfdir}/systemd/system
@@ -47,7 +47,7 @@ systemduserunitpath=${systemd_user_unit_path}
4747systemd_system_generator_dir=${root_prefix}/lib/systemd/system-generators
4848systemdsystemgeneratordir=${systemd_system_generator_dir}
4949
50- systemd_user_generator_dir=${prefix} /lib/systemd/user-generators
50+ systemd_user_generator_dir=/usr /lib/systemd/user-generators
5151systemdusergeneratordir=${systemd_user_generator_dir}
5252
5353systemd_system_generator_path=/run/systemd/system-generators:/etc/systemd/system-generators:/usr/local/lib/systemd/system-generators:${systemd_system_generator_dir}
@@ -62,7 +62,7 @@ systemdsleepdir=${systemd_sleep_dir}
6262systemd_shutdown_dir=${root_prefix}/lib/systemd/system-shutdown
6363systemdshutdowndir=${systemd_shutdown_dir}
6464
65- tmpfiles_dir=${prefix} /lib/tmpfiles.d
65+ tmpfiles_dir=/usr /lib/tmpfiles.d
6666tmpfilesdir=${tmpfiles_dir}
6767
6868sysusers_dir=${rootprefix}/lib/sysusers.d
@@ -77,7 +77,7 @@ binfmtdir=${binfmt_dir}
7777modules_load_dir=${rootprefix}/lib/modules-load.d
7878modulesloaddir=${modules_load_dir}
7979
80- catalog_dir=${prefix} /lib/systemd/catalog
80+ catalog_dir=/usr /lib/systemd/catalog
8181catalogdir=${catalog_dir}
8282
8383system_uid_max=@systemuidmax@
0 commit comments