From e4541ecdcd138c8c9254a6d86b420ecf92116f54 Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Mon, 27 Feb 2012 12:05:18 +0100
Subject: sources.list fix

---
 config/chroot_local-hooks/00-sources.list         | 2 +-
 config/chroot_local-includes/etc/apt/sources.list | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/chroot_local-hooks/00-sources.list b/config/chroot_local-hooks/00-sources.list
index 173258f..8f8f2b8 100755
--- a/config/chroot_local-hooks/00-sources.list
+++ b/config/chroot_local-hooks/00-sources.list
@@ -1,5 +1,5 @@
 #!/bin/sh
 [ -f /root/build.conf ] && . /root/build.conf
 
-sed -e "s|@DISTRIBUTION@|${LB_DISTRIBUTION}|g" /etc/apt/sources.list
+sed -i -e "s|@DISTRIBUTION@|${LB_DISTRIBUTION}|g" /etc/apt/sources.list
 
diff --git a/config/chroot_local-includes/etc/apt/sources.list b/config/chroot_local-includes/etc/apt/sources.list
index be4a27a..236ae7a 100644
--- a/config/chroot_local-includes/etc/apt/sources.list
+++ b/config/chroot_local-includes/etc/apt/sources.list
@@ -2,11 +2,11 @@
 # Remember that you can only use http, ftp or file URIs
 # CDROMs are managed through the apt-cdrom tool.
 
-# Debian Squeeze
+# Debian @DISTRIBUTION@
 deb http://ftp.de.debian.org/debian @DISTRIBUTION@ main contrib non-free
 deb-src http://ftp.de.debian.org/debian @DISTRIBUTION@ main contrib non-free
 
-# Debian Squeeze Updates
+# Debian @DISTRIBUTION@ Updates
 deb http://security.debian.org @DISTRIBUTION@/updates main contrib non-free
 deb-src http://security.debian.org @DISTRIBUTION@/updates main contrib non-free
 
-- 
cgit v1.0