diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/00-sources.list | 2 | ||||
-rw-r--r-- | 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 |