summaryrefslogtreecommitdiffstats
path: root/remote/tools/plymouth
diff options
context:
space:
mode:
authorJonathan Bauer2012-11-19 14:37:29 +0100
committerJonathan Bauer2012-11-19 14:37:29 +0100
commitbf3ec32baf41bdbba2bcc7aea28811dbac9dd982 (patch)
tree773287a28e7482b0d9ef37f6cfacae5f891496ef /remote/tools/plymouth
parentplymouth (diff)
downloadtm-scripts-bf3ec32baf41bdbba2bcc7aea28811dbac9dd982.tar.gz
tm-scripts-bf3ec32baf41bdbba2bcc7aea28811dbac9dd982.tar.xz
tm-scripts-bf3ec32baf41bdbba2bcc7aea28811dbac9dd982.zip
build script paths fixes
Diffstat (limited to 'remote/tools/plymouth')
-rw-r--r--remote/tools/plymouth/build.plymouth2
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