summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
Diffstat (limited to 'remote')
-rw-r--r--remote/tools/plymouth/build.plymouth2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/plymouth/build.plymouth b/remote/tools/plymouth/build.plymouth
index 21df7909..479d9aa5 100644
--- a/remote/tools/plymouth/build.plymouth
+++ b/remote/tools/plymouth/build.plymouth
@@ -19,7 +19,7 @@ fetch_source() {
build() {
if [ ! -e .built ]; then
cd src/$VERSION
- ./configure --enable-systemd-integration
+ ./configure --enable-systemd-integration --prefix=""
make
[ ! -d $TOOL_DIR/$TOOL/build/$TARGET_DIR ] && mkdir -p $TOOL_DIR/$TOOL/build/$TARGET_DIR
DESTDIR=$TOOL_DIR/$TOOL/build make install