summaryrefslogtreecommitdiffstats
path: root/src/profile/proteanos.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 10:40:51 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 10:40:51 (EDT)
commit624f928550c76c803eb23cfdc4c481a47d167fc8 (patch)
tree64c3c1b4d418138c5c3519e69ed8fb44afa94ec5 /src/profile/proteanos.sh
parentbdf8f4e22d815806c452fe97a03320af87ea1c13 (diff)
prof_proteanos_feeds(): Drop "/Packages.gz" output
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 ff03354..6b029e4 100644
--- a/src/profile/proteanos.sh
+++ b/src/profile/proteanos.sh
@@ -141,7 +141,7 @@ prof_proteanos_feeds()
printf 'src/gz proteanos_%s_%s_%s_%s_%s ' \
"${suite%/*}" "${suite#*/}" \
"${a}" "${p}" "${s}"
- printf '%s/feeds/%s/%s/%s/%s/Packages.gz\n' \
+ printf '%s/feeds/%s/%s/%s/%s\n' \
"${mirror}" "${suite}" \
"${a}" "${p}" "${s}"
done
@@ -152,7 +152,7 @@ prof_proteanos_feeds()
printf 'src/gz proteanos_%s_%s_%s_%s_%s ' \
"${suite%/*}" "${suite#*/}" \
'src' 'all' "${s}"
- printf '%s/feeds/%s/%s/%s/%s/Packages.gz\n' \
+ printf '%s/feeds/%s/%s/%s/%s\n' \
"${mirror}" "${suite}" \
'src' 'all' "${s}"
done