summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2012-09-28 17:13:03 +0200
committerJonathan Bauer2012-09-28 17:13:03 +0200
commit3818341d4310444fd5643e230d9a5a9cfd3ad920 (patch)
tree4bea62eef80493dcc2052abecacc824df8160a0e
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-3818341d4310444fd5643e230d9a5a9cfd3ad920.tar.gz
tm-scripts-3818341d4310444fd5643e230d9a5a9cfd3ad920.tar.xz
tm-scripts-3818341d4310444fd5643e230d9a5a9cfd3ad920.zip
fix lalala
-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
}