Merge lp:~jibel/lupin/lp-863053 into lp:ubuntu/oneiric/lupin

Proposed by Jean-Baptiste Lallement
Status: Needs review
Proposed branch: lp:~jibel/lupin/lp-863053
Merge into: lp:ubuntu/oneiric/lupin
Diff against target: 11 lines (+1/-1)
1 file modified
scripts/local-bottom/lupin_setup (+1/-1)
To merge this branch: bzr merge lp:~jibel/lupin/lp-863053
Reviewer Review Type Date Requested Status
Ubuntu Installer Team Pending
Review via email: mp+77663@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

45. By Jean-Baptiste Lallement

Fixed notification copy when language is non-english

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'scripts/local-bottom/lupin_setup'
--- scripts/local-bottom/lupin_setup 2011-09-22 12:20:19 +0000
+++ scripts/local-bottom/lupin_setup 2011-09-30 07:55:10 +0000
@@ -153,7 +153,7 @@
153printf 'LANG="%s"\n' "$locale" >> /root/etc/environment153printf 'LANG="%s"\n' "$locale" >> /root/etc/environment
154chroot /root /usr/sbin/locale-gen "$locale" || true154chroot /root /usr/sbin/locale-gen "$locale" || true
155if ! echo "$locale" | grep -qs '^en_'; then155if ! echo "$locale" | grep -qs '^en_'; then
156 cp "/root/usr/share/language-support/incomplete-language-support-*.note" \156 cp -af /root/usr/share/language-support/incomplete-language-support-*.note \
157 /root/var/lib/update-notifier/user.d/157 /root/var/lib/update-notifier/user.d/
158fi158fi
159159

Subscribers

People subscribed via source and target branches