summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remote/tools/plymouth/build.plymouth3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/tools/plymouth/build.plymouth b/remote/tools/plymouth/build.plymouth
index f654a5ee..c726b4a6 100644
--- a/remote/tools/plymouth/build.plymouth
+++ b/remote/tools/plymouth/build.plymouth
@@ -20,11 +20,12 @@ fetch_source() {
build() {
if [ ! -e .built ]; then
- cd src
+ cd src/$VERSION
./configure --enable-systemd-integration
make
[ ! -d $INIT_DIR ] && mkdir $INIT_DIR
DESTDIR="$INIT_DIR" make install
+ cd -
touch .built
fi
}