mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:41:59 +01:00
Fixed overwriting SYSCONFDIR in config.php.in
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
b4f71bd0a8
commit
288d5030d4
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user