summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2010-10-31 15:00:29 (GMT)
committerJoey Hess <joeyh@debian.org>2010-10-31 15:00:29 (GMT)
commit0a5adb36439a96c5b3a5b04594138937f2dc2e6b (patch)
treeaf1771966237f86c6853b0bb3ec0010a148adfed /scripts
parented9d6e21d4b10ef6837ae204be358d883da9c65b (diff)
downloaddebootstrap-0a5adb36439a96c5b3a5b04594138937f2dc2e6b.zip
debootstrap-0a5adb36439a96c5b3a5b04594138937f2dc2e6b.tar.gz
debootstrap-0a5adb36439a96c5b3a5b04594138937f2dc2e6b.tar.bz2
sid: Remove old workaround for etch era coreutils/textutils md5sum
diversion problem. (#329394) r65231
Diffstat (limited to 'scripts')
-rw-r--r--scripts/sid5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/sid b/scripts/sid
index afe87d2..41073d6 100644
--- a/scripts/sid
+++ b/scripts/sid
@@ -46,11 +46,6 @@ first_stage_install () {
chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
fi
- if [ -x "$TARGET/usr/bin/md5sum.textutils" ] && \
- [ \! -e "$TARGET/usr/bin/md5sum" ]; then
- cp "$TARGET/usr/bin/md5sum.textutils" "$TARGET/usr/bin/md5sum"
- fi
-
if doing_variant fakechroot; then
setup_devices_fakechroot
else