diff options
| author | Simon Rettberg | 2013-09-10 13:42:46 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-09-10 13:42:46 +0200 |
| commit | 30db2daeac1877148518972765f1d18073e8c022 (patch) | |
| tree | c2e2c5d93e00d353ea155c4c26750535b62dc640 /remote | |
| parent | [plymouth] Fix config variable naming (diff) | |
| download | tm-scripts-30db2daeac1877148518972765f1d18073e8c022.tar.gz tm-scripts-30db2daeac1877148518972765f1d18073e8c022.tar.xz tm-scripts-30db2daeac1877148518972765f1d18073e8c022.zip | |
Fix fix
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/modules/plymouth/plymouth.conf | 16 |
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 " |
