summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/00-sources.list
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-02-27 11:33:34 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2012-02-27 11:33:34 +0100
commit01a0968c9772b99e6fc18e1715df4531aff59aeb (patch)
treee8ca44004e91286cf10e82002ada28368585f46a /config/chroot_local-hooks/00-sources.list
parenta4ee7762e67ca1124834720327997f80ae63312c (diff)
downloadkanotix-01a0968c9772b99e6fc18e1715df4531aff59aeb.zip
kanotix-01a0968c9772b99e6fc18e1715df4531aff59aeb.tar.gz
removed hardcoded "squeeze" in sources.list
Diffstat (limited to 'config/chroot_local-hooks/00-sources.list')
-rwxr-xr-xconfig/chroot_local-hooks/00-sources.list5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/00-sources.list b/config/chroot_local-hooks/00-sources.list
new file mode 100755
index 0000000..173258f
--- /dev/null
+++ b/config/chroot_local-hooks/00-sources.list
@@ -0,0 +1,5 @@
+#!/bin/sh
+[ -f /root/build.conf ] && . /root/build.conf
+
+sed -e "s|@DISTRIBUTION@|${LB_DISTRIBUTION}|g" /etc/apt/sources.list
+