diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-17 10:42:34 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:32 +0100 |
commit | 002c79ef51cc56b933e762de7af9ef8733b13707 (patch) | |
tree | 12d2ceda197b9b69acb056019bbd963740290fea /helpers/lh_chroot_localization | |
parent | cc3c1ff10d0f844ce408e41449da57045a9004a1 (diff) | |
download | vyos-live-build-002c79ef51cc56b933e762de7af9ef8733b13707.tar.gz vyos-live-build-002c79ef51cc56b933e762de7af9ef8733b13707.zip |
Some formating and style cleanups.
Diffstat (limited to 'helpers/lh_chroot_localization')
-rwxr-xr-x | helpers/lh_chroot_localization | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helpers/lh_chroot_localization b/helpers/lh_chroot_localization index c4f4f4533..4a69e9972 100755 --- a/helpers/lh_chroot_localization +++ b/helpers/lh_chroot_localization @@ -617,11 +617,11 @@ then ;; iceweasel) - Check_installed chroot/usr/bin/iceweasel iceweasel; [ $INSTALL_STATUS -eq 0 ] && Check_package "" iceweasel-l10n-"${ICEWEASEL}" + Check_installed chroot/usr/bin/iceweasel iceweasel; [ $INSTALL_STATUS -eq 0 ] && Check_package "" iceweasel-l10n-"${ICEWEASEL}" ;; kde) - Check_installed chroot/usr/bin/kstart kdebase-bin; [ $INSTALL_STATUS -eq 0 ] && Check_package "" kde-i18n-"${KDE}" + Check_installed chroot/usr/bin/kstart kdebase-bin; [ $INSTALL_STATUS -eq 0 ] && Check_package "" kde-i18n-"${KDE}" ;; koffice) @@ -629,12 +629,12 @@ then ;; openoffice) - Check_installed chroot/usr/bin/ooffice openoffice.org-common; [ $INSTALL_STATUS -eq 0 ] && Check_package "" openoffice.org-l10n-"${OPENOFFICE}" + Check_installed chroot/usr/bin/ooffice openoffice.org-common; [ $INSTALL_STATUS -eq 0 ] && Check_package "" openoffice.org-l10n-"${OPENOFFICE}" ;; esac done - Check_installed chroot/usr/bin/gwenview gwenview; [ $INSTALL_STATUS -eq 0 ] && Check_package "" gwenview-i18n + Check_installed chroot/usr/bin/gwenview gwenview; [ $INSTALL_STATUS -eq 0 ] && Check_package "" gwenview-i18n Check_installed chroot/usr/bin/k3b k3b; [ $INSTALL_STATUS -eq 0 ] && Check_package "" k3b-i18n # Restoring cache |