diff options
author | Daniel Baumann <daniel@debian.org> | 2008-03-09 10:07:10 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:01:47 +0100 |
commit | fdbe2aad1482f5bcebbef6afe9c76736f4b829c6 (patch) | |
tree | 2e2566fa61605137e8af44d025cffa68b97958a3 /templates | |
parent | ed5d8c3b693afff27b3502189037b7cfcf887ec7 (diff) | |
download | vyos-live-build-fdbe2aad1482f5bcebbef6afe9c76736f4b829c6.tar.gz vyos-live-build-fdbe2aad1482f5bcebbef6afe9c76736f4b829c6.zip |
Adjusting wrong variable convention in syslinux templates for LH_VERSION (Closes: #468841).
Diffstat (limited to 'templates')
-rw-r--r-- | templates/syslinux/ca/f10.txt | 2 | ||||
-rw-r--r-- | templates/syslinux/en/f10.txt | 2 | ||||
-rw-r--r-- | templates/syslinux/es/f10.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/syslinux/ca/f10.txt b/templates/syslinux/ca/f10.txt index b6e467778..c6b4931b7 100644 --- a/templates/syslinux/ca/f10.txt +++ b/templates/syslinux/ca/f10.txt @@ -12,7 +12,7 @@ la llei aplicable. --- -Aquest sistema Debian Live ha estat constru‹t amb live-helper, versi¢ LH_VERSION. +Aquest sistema Debian Live ha estat constru‹t amb live-helper, versi¢ {$LH_VERSION}. M‚s informaci¢ del projecte Debian Live es pot trobar a <http://debian-live.alioth.debian.org/>. diff --git a/templates/syslinux/en/f10.txt b/templates/syslinux/en/f10.txt index 199e96ddd..976c23b6c 100644 --- a/templates/syslinux/en/f10.txt +++ b/templates/syslinux/en/f10.txt @@ -12,7 +12,7 @@ permitted by applicable law. --- -This Debian Live system was built with live-helper, version LH_VERSION. +This Debian Live system was built with live-helper, version {$LH_VERSION}. More information about the Debian Live project can be found at <http://debian-live.alioth.debian.org/>. diff --git a/templates/syslinux/es/f10.txt b/templates/syslinux/es/f10.txt index 3e445dcaf..24eb86c7e 100644 --- a/templates/syslinux/es/f10.txt +++ b/templates/syslinux/es/f10.txt @@ -12,7 +12,7 @@ permitido por la ley. --- -Este sistema Debian Live se construy¢ con live-helper, versi¢n LH_VERSION. +Este sistema Debian Live se construy¢ con live-helper, versi¢n {$LH_VERSION}. M s informaci¢n en sobre el proyecto Debian Live puede encontrarse en <http://debian-live.alioth.debian.org/>. |