diff --git a/SysBuild/tools/sgml-common b/SysBuild/tools/sgml-common index 63f5f72..9bdce6d 100644 --- a/SysBuild/tools/sgml-common +++ b/SysBuild/tools/sgml-common @@ -85,7 +85,8 @@ mk() { CXX="g++ $BUILDOPTIONS" \ ./configure --target=$TARGET \ $ADDOPTIONS \ - --prefix=/usr + --prefix=/usr \ + --sysconfdir=/etc make -j $NUMCPU make -j $NUMCPU DESTDIR=$TMPROOT install }