summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
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
"