Index: devpcp/src/pmdas/pmcd/src/objstyle =================================================================== --- devpcp.orig/src/pmdas/pmcd/src/objstyle 2007-03-19 16:48:53.220722500 +1100 +++ devpcp/src/pmdas/pmcd/src/objstyle 2007-03-19 16:49:49.380232250 +1100 @@ -36,6 +36,9 @@ cc -c dummy.c if [ -f /usr/share/misc/magic ] then appstyle=`file -m /usr/share/misc/magic dummy.o` +elif [ -f /usr/share/file/magic ] +then + appstyle=`file -m /usr/share/file/magic dummy.o` elif [ -f /usr/share/magic ] then appstyle=`file -m /usr/share/magic dummy.o`