summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/XX_debpool
diff options
context:
space:
mode:
Diffstat (limited to 'config/chroot_local-hooks/XX_debpool')
-rwxr-xr-xconfig/chroot_local-hooks/XX_debpool2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/XX_debpool b/config/chroot_local-hooks/XX_debpool
index cecdb95..f231f54 100755
--- a/config/chroot_local-hooks/XX_debpool
+++ b/config/chroot_local-hooks/XX_debpool
@@ -1,7 +1,7 @@
#!/bin/bash
[ ! -e /live/packages ] && exit 0
-[ -f /root/build.conf ] && . /root/build.conf
+for file in /root/config/*; do [ -r $file ] && . $file; done
[ -z "$LB_ARCHITECTURE" ] && LB_ARCHITECTURE=amd64
[ -z "$LB_DISTRIBUTION" ] && LB_DISTRIBUTION=wheezy