Advertisement
Guest User

sogo configure.patch

a guest
Jul 16th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. 251,261c251                                                                    
  2. <   UNAME=`uname`
  3. <   if [ "X${UNAME}" = "XLinux" ];then
  4. <     UNAME=`uname -m`
  5. <     if [ ${UNAME} = x86_64 -o ${UNAME} = sparc64 -o ${UNAME} = ppc64 ];then
  6. <       cfgwrite "CGS_LIBDIR_NAME:=lib64"
  7. <     else
  8. <       cfgwrite "CGS_LIBDIR_NAME:=lib"
  9. <     fi
  10. <   else
  11. <     cfgwrite "CGS_LIBDIR_NAME:=lib"
  12. <   fi
  13. ---
  14. >   cfgwrite "CGS_LIBDIR_NAME:=lib"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement