Merge lp:~smoser/debian-installer-utils/lp912431 into lp:debian-installer-utils

Proposed by Scott Moser
Status: Merged
Merge reported by: Colin Watson
Merged at revision: not available
Proposed branch: lp:~smoser/debian-installer-utils/lp912431
Merge into: lp:debian-installer-utils
Diff against target: 18 lines (+2/-2)
1 file modified
chroot-setup.sh (+2/-2)
To merge this branch: bzr merge lp:~smoser/debian-installer-utils/lp912431
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+87709@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'chroot-setup.sh'
--- chroot-setup.sh 2012-01-04 13:36:12 +0000
+++ chroot-setup.sh 2012-01-06 03:52:23 +0000
@@ -26,12 +26,12 @@
26}26}
2727
28divert () {28divert () {
29 chroot /target dpkg-divert --add --divert "$1.REAL" --rename "$1"29 chroot /target dpkg-divert --quiet --add --divert "$1.REAL" --rename "$1"
30}30}
3131
32undivert () {32undivert () {
33 rm -f "/target$1"33 rm -f "/target$1"
34 chroot /target dpkg-divert --remove --rename "$1"34 chroot /target dpkg-divert --quiet --remove --rename "$1"
35}35}
3636
37chroot_setup () {37chroot_setup () {

Subscribers

People subscribed via source and target branches