Fixed overwriting SYSCONFDIR in config.php.in

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2022-09-14 21:31:47 +02:00
parent b4f71bd0a8
commit 288d5030d4

View File

@ -64,7 +64,7 @@ $(RECURSIVE_TARGETS):
config-php:
sed -e "s%SYSCONFDIR%$(sysconfdir)%" -e "s%SBINDIR%$(sbindir)%g" config.php.in > webui/config.php
sed -e "s%SYSCONFDIR%$(sysconfdir)%g" -e "s%SBINDIR%$(sbindir)%g" config.php.in > webui/config.php
sed -e "s%BINDIR%$(bindir)%g" -i webui/config.php