summaryrefslogtreecommitdiffstats
path: root/src/profile/proteanos.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 10:59:55 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 11:00:28 (EDT)
commit29a1ce969f748ef72999b89935fb5a8bdb96c416 (patch)
tree4c55abc2ef8c1d1d058faa82bc07f9f8a3412723 /src/profile/proteanos.sh
parentf420d6ce6d44c060357583f2b176dd9efa27ac1d (diff)
prof_proteanos_feeds(): Append ".gz" to list names
Diffstat (limited to 'src/profile/proteanos.sh')
-rw-r--r--src/profile/proteanos.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh
index 6b029e4..67756b8 100644
--- a/src/profile/proteanos.sh
+++ b/src/profile/proteanos.sh
@@ -138,7 +138,7 @@ prof_proteanos_feeds()
for a in "${arch}" 'all'; do
for p in "${plat}" 'all'; do
for s in 'base'; do
- printf 'src/gz proteanos_%s_%s_%s_%s_%s ' \
+ printf 'src/gz proteanos_%s_%s_%s_%s_%s.gz ' \
"${suite%/*}" "${suite#*/}" \
"${a}" "${p}" "${s}"
printf '%s/feeds/%s/%s/%s/%s\n' \
@@ -149,7 +149,7 @@ prof_proteanos_feeds()
done
for s in 'base'; do
- printf 'src/gz proteanos_%s_%s_%s_%s_%s ' \
+ printf 'src/gz proteanos_%s_%s_%s_%s_%s.gz ' \
"${suite%/*}" "${suite#*/}" \
'src' 'all' "${s}"
printf '%s/feeds/%s/%s/%s/%s\n' \