Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage4.functions.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 349 by niro, Thu Feb 16 22:11:06 2006 UTC revision 350 by niro, Wed Mar 22 17:43:59 2006 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # Magellan Linux Installer Functions (mage.functions.sh)  # Magellan Linux Installer Functions (mage.functions.sh)
3  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage4.functions.sh,v 1.16 2006-02-16 22:11:06 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage4.functions.sh,v 1.17 2006-03-22 17:43:59 niro Exp $
4    
5  mage_setup()  mage_setup()
6  {  {
# Line 2628  export_inherits() Line 2628  export_inherits()
2628   shift   shift
2629   done   done
2630  }  }
2631    
2632    mlibdir()
2633    {
2634     local libdir=lib
2635     [[ ${ARCH} = x86_64 ]] && libdir=lib64
2636    
2637     echo "${libdir}"
2638    }

Legend:
Removed from v.349  
changed lines
  Added in v.350