diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-27 12:05:18 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-27 12:05:18 +0100 |
commit | e4541ecdcd138c8c9254a6d86b420ecf92116f54 (patch) | |
tree | b4f5ad86e88912405eff6866011e6c2c088e3ba3 /config/chroot_local-hooks | |
parent | c3feae6430738b27c148f3fae0f894135847326c (diff) | |
download | kanotix-e4541ecdcd138c8c9254a6d86b420ecf92116f54.zip kanotix-e4541ecdcd138c8c9254a6d86b420ecf92116f54.tar.gz |
sources.list fix
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/00-sources.list | 2 |
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 |