summaryrefslogtreecommitdiffstats
path: root/remote/tools/plymouth/plymouth.build
diff options
context:
space:
mode:
Diffstat (limited to 'remote/tools/plymouth/plymouth.build')
-rw-r--r--remote/tools/plymouth/plymouth.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/plymouth/plymouth.build b/remote/tools/plymouth/plymouth.build
index 424bc292..43b0e838 100644
--- a/remote/tools/plymouth/plymouth.build
+++ b/remote/tools/plymouth/plymouth.build
@@ -24,7 +24,7 @@ build() {
BUILDDIR=$TOOL_DIR/$TOOL/build
cd src/$VERSION
- ./configure --enable-systemd-integration --disable-gtk
+ ./configure --enable-systemd-integration --disable-gtk --prefix=""
make
[ ! -d $BUILDDIR ] && mkdir -p $BUILDDIR
DESTDIR=$BUILDDIR make install