diff options
author | Antonio Terceiro <terceiro@softwarelivre.org> | 2009-01-14 22:38:34 -0300 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:39 +0100 |
commit | 2a3056e8a9dc26ef9f767319a60a9c38ace0377b (patch) | |
tree | 9de67d2e7e85730e928ecf9d06ef9170be6a9c5c /helpers | |
parent | b9f5121f535c0de65fab935a29bd3d6ad9dbc634 (diff) | |
download | vyos-live-build-2a3056e8a9dc26ef9f767319a60a9c38ace0377b.tar.gz vyos-live-build-2a3056e8a9dc26ef9f767319a60a9c38ace0377b.zip |
Don't break messages into parts; this make it impossible for translators
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 7de1223cb..ebc77ca53 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -470,9 +470,7 @@ then done else Echo_error "Could not find cache/packages_bootstrap." - Echo_error "You selected values of LH_CACHE, LH_CACHE_PACKAGES, LH_CACHE_STAGES and" - Echo_error "LH_DEBIAN_INSTALLER which will result in 'bootstrap' packages not being" - Echo_error "cached - these are required when integrating the Debian Installer." + Echo_error "You selected values of LH_CACHE, LH_CACHE_PACKAGES, LH_CACHE_STAGES and LH_DEBIAN_INSTALLER which will result in 'bootstrap' packages not being cached - these are required when integrating the Debian Installer." exit 1 fi fi |