~ubuntu-branches/ubuntu/trusty/uck/trusty

« back to all changes in this revision

Viewing changes to libraries/customization-profiles/localized_cd/customize_iso

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-07-17 20:49:25 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100717204925-2lxuvgt36co3xroh
Tags: 2.2.1-0ubuntu1
* New upstream release.
* Bump Standards.
* Suggests on brasero | k3b | burn.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
# Build the gfx boot theme
90
90
cd gfxboot-theme-ubuntu
91
 
make DEFAULT_LANG="$BOOT_LANG" ||
92
 
        failure "Failed to build gfxboot theme"
 
91
cd po
 
92
ln -s pt.po pt_PT.po
 
93
cd ..
 
94
##if [ "$BOOT_LANG" = "pt_PT" ]; then
 
95
##      make DEFAULT_LANG="pt" || failure "Failed to build gfxboot theme"
 
96
##else
 
97
        make DEFAULT_LANG="$BOOT_LANG" || failure "Failed to build gfxboot theme"
 
98
##fi
93
99
 
94
100
# Fix list of languages
95
101
pushd boot >/dev/null