diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-12-19 11:16:57 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-12-19 11:16:57 +0100 |
| commit | 9949a3a9125c96ad47234404b15cb4fd3eb4282e (patch) | |
| tree | 9f465bb754bf921d214b76b543540f6965f96851 /functions/conffile.sh | |
| parent | ec8aff4f494966557c906f953530a8c12a2fa7d5 (diff) | |
| download | vyos-live-build-9949a3a9125c96ad47234404b15cb4fd3eb4282e.tar.gz vyos-live-build-9949a3a9125c96ad47234404b15cb4fd3eb4282e.zip | |
Moving off binary image architecture into new config tree format.
Diffstat (limited to 'functions/conffile.sh')
| -rwxr-xr-x | functions/conffile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/conffile.sh b/functions/conffile.sh index 467400694..657e4022e 100755 --- a/functions/conffile.sh +++ b/functions/conffile.sh @@ -16,7 +16,7 @@ Get_conffiles () else for FILE in ${@} do - FILES="${FILES} ${FILE} ${FILE}.${LB_ARCHITECTURES} ${FILE}.${DISTRIBUTION}" + FILES="${FILES} ${FILE} ${FILE}.${LIVE_IMAGE_ARCHITECTURE} ${FILE}.${DISTRIBUTION}" FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||')" FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${ARCHITECTURE}" FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${DISTRIBUTION}" |
