summaryrefslogtreecommitdiffstats
path: root/remote/tools/plymouth
diff options
context:
space:
mode:
authorJonathan Bauer2012-11-07 15:11:31 +0100
committerJonathan Bauer2012-11-07 15:11:31 +0100
commitfac5f48ef7017011bc4a064edbbdc0bcded4541f (patch)
treedd2ac3d5ad059e0fa04591c1623a8884c5174952 /remote/tools/plymouth
parentfix for missing files when find finds 2 or more matches (diff)
downloadtm-scripts-fac5f48ef7017011bc4a064edbbdc0bcded4541f.tar.gz
tm-scripts-fac5f48ef7017011bc4a064edbbdc0bcded4541f.tar.xz
tm-scripts-fac5f48ef7017011bc4a064edbbdc0bcded4541f.zip
openslx prefix for busybox binary, renamed target dir for stage3.2 files
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 7cc7ea1b..082db46f 100644
--- a/remote/tools/plymouth/build.plymouth
+++ b/remote/tools/plymouth/build.plymouth
@@ -1,7 +1,7 @@
#!/bin/bash
install_dependencies() {
- apt-get install --force-yes $DEPS
+ apt-get install --yes $DEPS
}
fetch_source() {