summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2012-09-28 17:26:07 +0200
committerJonathan Bauer2012-09-28 17:26:07 +0200
commitd3208f26f3706070fe4b4082c2c0d49d084bc635 (patch)
tree14c93f25f9a04befe425bb772279fd44257fef61
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-d3208f26f3706070fe4b4082c2c0d49d084bc635.tar.gz
tm-scripts-d3208f26f3706070fe4b4082c2c0d49d084bc635.tar.xz
tm-scripts-d3208f26f3706070fe4b4082c2c0d49d084bc635.zip
plymouth fix?
-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