diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-08-26 21:28:38 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-08-27 06:46:21 +0200 |
commit | 3b0a401d4eaa4c961c6a07c3a98c3d40b0a3e031 (patch) | |
tree | a0d5c539f2e8679234550df0e48c27082e83476d /config/chroot_local-hooks/XX_debpool | |
parent | eed584b30c1d4b96e0be8dcf6781acb0aa30c37a (diff) | |
download | kanotix-3b0a401d4eaa4c961c6a07c3a98c3d40b0a3e031.zip kanotix-3b0a401d4eaa4c961c6a07c3a98c3d40b0a3e031.tar.gz |
added some optional proprietary packages/ repositories and hooks
Diffstat (limited to 'config/chroot_local-hooks/XX_debpool')
-rwxr-xr-x | config/chroot_local-hooks/XX_debpool | 2 |
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 |