summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2013-07-29 17:04:34 +0200
committerJonathan Bauer2013-07-29 17:04:34 +0200
commit99565a7da164de206a39f886233b7d33b480e94f (patch)
treedd97582525b130b0d1bf3e44e9acce1d28edbed0
parent[plymouth] update config (diff)
downloadtm-scripts-99565a7da164de206a39f886233b7d33b480e94f.tar.gz
tm-scripts-99565a7da164de206a39f886233b7d33b480e94f.tar.xz
tm-scripts-99565a7da164de206a39f886233b7d33b480e94f.zip
[plymouth] fix
-rw-r--r--remote/modules/plymouth/plymouth.conf23
1 files changed, 11 insertions, 12 deletions
diff --git a/remote/modules/plymouth/plymouth.conf b/remote/modules/plymouth/plymouth.conf
index 0e3e6eda..26e123e4 100644
--- a/remote/modules/plymouth/plymouth.conf
+++ b/remote/modules/plymouth/plymouth.conf
@@ -1,14 +1,13 @@
VERSION=plymouth-0.8.6.1
URL=http://www.freedesktop.org/software/plymouth/releases/${VERSION}.tar.bz2
-REQUIRED_INSTALLED_PACKAGES=" libpng-dev
- libpango1.0-dev
- libcairo-dev
- libgtk2.0-dev
- libdrm-dev"
-REQUIRED_BINARIES=" plymouth
- plymouthd"
-REQUIRED_DIRECTORIES=" /bin
- /etc
- /lib
- /sbin
- /var"
+REQUIRED_BINARIES="
+ plymouth
+ plymouthd
+"
+REQUIRED_DIRECTORIES="
+ /bin
+ /etc
+ /lib
+ /sbin
+ /var
+"