diff options
Diffstat (limited to 'remote/tools/plymouth')
| -rw-r--r-- | remote/tools/plymouth/build.plymouth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/plymouth/build.plymouth b/remote/tools/plymouth/build.plymouth index af459be8..21df7909 100644 --- a/remote/tools/plymouth/build.plymouth +++ b/remote/tools/plymouth/build.plymouth @@ -21,7 +21,7 @@ build() { cd src/$VERSION ./configure --enable-systemd-integration make - [ ! -d ../build/$TARGET_DIR ] && mkdir -p ../build/$TARGET_DIR + [ ! -d $TOOL_DIR/$TOOL/build/$TARGET_DIR ] && mkdir -p $TOOL_DIR/$TOOL/build/$TARGET_DIR DESTDIR=$TOOL_DIR/$TOOL/build make install cd - touch .built |
