summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rwxr-xr-xconfig/chroot_local-hooks/00-sources.list2
-rw-r--r--config/chroot_local-includes/etc/apt/sources.list4
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