summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@debian.org>2009-03-16 12:09:16 (GMT)
committerOtavio Salvador <otavio@debian.org>2009-03-16 12:09:16 (GMT)
commit21ea52186c5e6a8c9b7760306532aae3e3de7c2f (patch)
tree07ed9e81012379abbbd99694d6d3dea80c726801 /scripts
parent878326114c65f92aded31856c7eb74d83bc01ad7 (diff)
downloaddebootstrap-21ea52186c5e6a8c9b7760306532aae3e3de7c2f.zip
debootstrap-21ea52186c5e6a8c9b7760306532aae3e3de7c2f.tar.gz
debootstrap-21ea52186c5e6a8c9b7760306532aae3e3de7c2f.tar.bz2
Improve Luca's patch a bit
r57840
Diffstat (limited to 'scripts')
-rw-r--r--scripts/debian/sid8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/debian/sid b/scripts/debian/sid
index 7d68d4f..565ab92 100644
--- a/scripts/debian/sid
+++ b/scripts/debian/sid
@@ -7,11 +7,11 @@ if doing_variant fakechroot; then
test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fakechroot environment to be started"
fi
-LIBC=libc6
case $ARCH in
- alpha|ia64) LIBC6="libc6.1" ;;
- kfreebsd-*) LIBC6="libc0.1" ;;
- hurd-*) LIBC6="libc0.3" ;;
+ alpha|ia64) LIBC="libc6.1" ;;
+ kfreebsd-*) LIBC="libc0.1" ;;
+ hurd-*) LIBC="libc0.3" ;;
+ *) LIBC="libc6" ;;
esac
work_out_debs () {