summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/00-sources.list
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-02-27 12:05:18 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2012-02-27 12:05:18 +0100
commite4541ecdcd138c8c9254a6d86b420ecf92116f54 (patch)
treeb4f5ad86e88912405eff6866011e6c2c088e3ba3 /config/chroot_local-hooks/00-sources.list
parentc3feae6430738b27c148f3fae0f894135847326c (diff)
downloadkanotix-e4541ecdcd138c8c9254a6d86b420ecf92116f54.zip
kanotix-e4541ecdcd138c8c9254a6d86b420ecf92116f54.tar.gz
sources.list fix
Diffstat (limited to 'config/chroot_local-hooks/00-sources.list')
-rwxr-xr-xconfig/chroot_local-hooks/00-sources.list2
1 files changed, 1 insertions, 1 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