mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
to permit 'make install' in user privilege for developer.
This commit is contained in:
parent
df1f35e92b
commit
6989a8ae91
1 changed files with 2 additions and 2 deletions
|
|
@ -218,7 +218,7 @@ AC_ARG_WITH(
|
|||
if test x"$pkg_config_exists" = x"0"; then
|
||||
systemd_unit_dir=`pkg-config systemd --variable=systemdsystemunitdir`
|
||||
else
|
||||
systemd_unit_dir="/etc/systemd/system/"
|
||||
systemd_unit_dir="${sysconfdir}/systemd/system/"
|
||||
fi
|
||||
]
|
||||
)
|
||||
|
|
@ -241,7 +241,7 @@ AC_ARG_WITH(
|
|||
logrotate_conf_dir="$withval"
|
||||
],
|
||||
[
|
||||
logrotate_conf_dir="/etc/logrotate.d/"
|
||||
logrotate_conf_dir="${sysconfdir}/logrotate.d/"
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue