From bf3ec32baf41bdbba2bcc7aea28811dbac9dd982 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 19 Nov 2012 14:37:29 +0100 Subject: build script paths fixes --- remote/tools/plymouth/build.plymouth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/tools/plymouth') 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 -- cgit v1.2.3-55-g7522