summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorSimon Rettberg2013-09-10 13:42:46 +0200
committerSimon Rettberg2013-09-10 13:42:46 +0200
commit7ae5878d101980d9083e01a01703e25a072b71bd (patch)
tree7d630292a69f28ac1edb9d2904e0a6bcef3e6b7e /remote
parent[plymouth] Fix config variable naming (diff)
downloadtm-scripts-7ae5878d101980d9083e01a01703e25a072b71bd.tar.gz
tm-scripts-7ae5878d101980d9083e01a01703e25a072b71bd.tar.xz
tm-scripts-7ae5878d101980d9083e01a01703e25a072b71bd.zip
Fix fix
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/plymouth/plymouth.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/remote/modules/plymouth/plymouth.conf b/remote/modules/plymouth/plymouth.conf
index 887d8ef6..d8827529 100644
--- a/remote/modules/plymouth/plymouth.conf
+++ b/remote/modules/plymouth/plymouth.conf
@@ -1,15 +1,15 @@
-REQUIRED_VERSION=plymouth-0.8.6.1
-REQUIRED_URL=http://www.freedesktop.org/software/plymouth/releases/${VERSION}.tar.bz2
+REQUIRED_VERSION="plymouth-0.8.6.1"
+REQUIRED_URL="http://www.freedesktop.org/software/plymouth/releases/${REQUIRED_VERSION}.tar.bz2"
REQUIRED_PREFIX="/usr"
REQUIRED_BINARIES="
plymouth
plymouthd
"
REQUIRED_DIRECTORIES="
- $PREFIX/bin
- $PREFIX/etc
- $PREFIX/lib
- $PREFIX/sbin
- $PREFIX/var/lib
- $PREFIX/var/spool
+ $REQUIRED_PREFIX/bin
+ $REQUIRED_PREFIX/etc
+ $REQUIRED_PREFIX/lib
+ $REQUIRED_PREFIX/sbin
+ $REQUIRED_PREFIX/var/lib
+ $REQUIRED_PREFIX/var/spool
"