diff options
Diffstat (limited to 'lib/profiles')
-rw-r--r-- | lib/profiles/proteanos.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh index d63da58..12ae87b 100644 --- a/lib/profiles/proteanos.sh +++ b/lib/profiles/proteanos.sh @@ -109,6 +109,15 @@ prof_proteanos_feeds() done done done + + for s in 'base'; do + printf 'proteanos_%s_%s_%s_%s_%s ' \ + "${suite%/*}" "${suite#*/}" \ + 'src' 'all' "${s}" + printf '%s/feeds/%s/%s/%s/%s/Packages\n' \ + "${mirror}" "${suite}" \ + 'src' 'all' "${s}" + done } prof_proteanos_dep_fields() |