diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-17 20:57:12 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-17 20:57:12 (EDT) |
commit | 74c117a73211dace5f69c706901acabf2df7dd56 (patch) | |
tree | 75fcb2eacfba7729442ee80df57e57f80dcabda5 /lib/profiles | |
parent | 13dd9be63d2339deb5a358d794e2f41962b38817 (diff) |
profile_default_plat(): New function
Diffstat (limited to 'lib/profiles')
-rw-r--r-- | lib/profiles/proteanos.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh index e2c0d07..8354e0c 100644 --- a/lib/profiles/proteanos.sh +++ b/lib/profiles/proteanos.sh @@ -63,6 +63,11 @@ prof_proteanos_detect_arch() printf '%s\n' "${arch}" } +prof_proteanos_default_plat() +{ + printf 'dev\n' +} + prof_proteanos_feeds() { local arch="${1}" |