summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/profiles/proteanos.sh5
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=''