diff --git a/compile/src/openbox/build.sh b/compile/src/openbox/build.sh index a9ab4c19..f8413b7a 100644 --- a/compile/src/openbox/build.sh +++ b/compile/src/openbox/build.sh @@ -355,7 +355,7 @@ log "Configuring Openbox..." --build=$(TARGETPLATFORM= xx-clang --print-target-triple) \ --host=$(xx-clang --print-target-triple) \ --prefix=$INS_PREFIX \ - --datarootdir=/opt/base/share \ + --datarootdir=$INS_PREFIX/share \ --disable-shared \ --enable-static \ --disable-nls \