summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-08-14 11:38:05 +0200
committerDaniel Baumann <daniel@debian.org>2012-08-14 11:38:05 +0200
commit14f57935cdbaaf5cbb6e7fe36b2e9430dc4a6941 (patch)
treeed6df6bd3f9686fb9b5ffcfb8d1cb01deb83e03f /functions
parent2023579e885d776afbef4d0af0248cbcc1a7ebed (diff)
downloadvyos-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-xfunctions/defaults.sh2
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}}"
;;
*)