ossp-pkg/shtool/sh.platform 1.8 -> 1.9
--- sh.platform 2004/06/07 15:13:21 1.8
+++ sh.platform 2005/05/13 18:52:40 1.9
@@ -397,6 +397,9 @@
if [ ".`/usr/sbin/lsattr -El ${cpu_id} | grep -i powerpc`" != . ]; then
cpu_arch=powerpc
fi
+ elif [ -d /QOpenSys ]; then
+ # IBM i5/OS (aka OS/400) with PASE (Portable Application Solutions Environment)
+ cpu_arch=powerpc
fi
if [ -x /usr/bin/oslevel ]; then
os_level=`/usr/bin/oslevel`
|
|