diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-15 13:07:54 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-15 13:07:54 (EDT) |
commit | c4ccf8d615297b56399efa1e90a78309ac01e2d2 (patch) | |
tree | ed6b50f56d932ada6ed382b2bafcbf619a3343cd | |
parent | 3a6a795fe3bb82b9d98f9716c1915fc0baccca3b (diff) |
proteanos: Update detected architectures
-rw-r--r-- | lib/profiles/proteanos.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh index f821c88..1a1a3b1 100644 --- a/lib/profiles/proteanos.sh +++ b/lib/profiles/proteanos.sh @@ -28,7 +28,10 @@ prof_proteanos_detect_arch() case "${uname_m}:${uname_s}" in 'x86_64:Linux') - arch='core-linux-eglibc' + arch='amd64-linux-glibc' + ;; + 'i686:Linux') + arch='i686-linux-glibc' ;; *) arch='' |