summaryrefslogtreecommitdiffstats
path: root/remote/tools
diff options
context:
space:
mode:
Diffstat (limited to 'remote/tools')
-rw-r--r--remote/tools/plymouth/build.plymouth3
1 files changed, 1 insertions, 2 deletions
diff --git a/remote/tools/plymouth/build.plymouth b/remote/tools/plymouth/build.plymouth
index c726b4a6..326e8331 100644
--- a/remote/tools/plymouth/build.plymouth
+++ b/remote/tools/plymouth/build.plymouth
@@ -23,8 +23,7 @@ build() {
cd src/$VERSION
./configure --enable-systemd-integration
make
- [ ! -d $INIT_DIR ] && mkdir $INIT_DIR
- DESTDIR="$INIT_DIR" make install
+ DESTDIR=$INIT_DIR make install
cd -
touch .built
fi