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
1=== modified file 'scripts/local-bottom/lupin_setup'
2--- scripts/local-bottom/lupin_setup 2011-09-22 12:20:19 +0000
3+++ scripts/local-bottom/lupin_setup 2011-09-30 07:55:10 +0000
4@@ -153,7 +153,7 @@
5 printf 'LANG="%s"\n' "$locale" >> /root/etc/environment
6 chroot /root /usr/sbin/locale-gen "$locale" || true
7 if ! echo "$locale" | grep -qs '^en_'; then
8- cp "/root/usr/share/language-support/incomplete-language-support-*.note" \
9+ cp -af /root/usr/share/language-support/incomplete-language-support-*.note \
10 /root/var/lib/update-notifier/user.d/
11 fi
12

Subscribers

People subscribed via source and target branches