diff options
author | Daniel Baumann <daniel@debian.org> | 2012-08-14 11:38:05 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-08-14 11:38:05 +0200 |
commit | 14f57935cdbaaf5cbb6e7fe36b2e9430dc4a6941 (patch) | |
tree | ed6df6bd3f9686fb9b5ffcfb8d1cb01deb83e03f /functions | |
parent | 2023579e885d776afbef4d0af0248cbcc1a7ebed (diff) | |
download | vyos-live-build-14f57935cdbaaf5cbb6e7fe36b2e9430dc4a6941.tar.gz vyos-live-build-14f57935cdbaaf5cbb6e7fe36b2e9430dc4a6941.zip |
Correcting fallback for default binary volatile mirror on ubuntu, thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 08da78223..0598eadd1 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -596,7 +596,7 @@ Set_defaults () ;; esac - LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-${LB_PARENT_MIRROR}}" + LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-${LB_PARENT_MIRROR_BINARY}}" ;; *) |