diff options
| author | Jonathan Bauer | 2012-09-28 17:26:07 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2012-09-28 17:26:07 +0200 |
| commit | d3208f26f3706070fe4b4082c2c0d49d084bc635 (patch) | |
| tree | 14c93f25f9a04befe425bb772279fd44257fef61 /remote | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-d3208f26f3706070fe4b4082c2c0d49d084bc635.tar.gz tm-scripts-d3208f26f3706070fe4b4082c2c0d49d084bc635.tar.xz tm-scripts-d3208f26f3706070fe4b4082c2c0d49d084bc635.zip | |
plymouth fix?
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/tools/plymouth/build.plymouth | 3 |
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 |
