diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-18 10:51:04 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-18 10:51:04 (EDT) |
commit | 6af206e34b6021b13e730b0676494a203efd4976 (patch) | |
tree | 34826df8e64180b2b5c1f2269dfd6f267d7cc792 /lib/profiles | |
parent | 4992c8bf62155ab3e2e9fa8bf8443e107c955b7b (diff) |
prof_proteanos_feeds(): Add more info to feed IDs
Diffstat (limited to 'lib/profiles')
-rw-r--r-- | lib/profiles/proteanos.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh index 4974ce1..0cc6a81 100644 --- a/lib/profiles/proteanos.sh +++ b/lib/profiles/proteanos.sh @@ -83,7 +83,8 @@ prof_proteanos_feeds() for a in "${arch}" 'all'; do for p in "${plat}" 'all'; do for s in 'base'; do - printf '%s_%s_%s ' \ + printf 'proteanos_%s_%s_%s_%s_%s ' \ + "${suite%/*}" "${suite#*/}" \ "${a}" "${p}" "${s}" printf '%s/feeds/%s/%s/%s/%s/Packages\n' \ "${archive}" "${suite}" \ |