Magellan Linux

Diff of /mage/trunk/include/xorg.minc

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

revision 4047 by niro, Mon Aug 29 20:14:35 2011 UTC revision 4048 by niro, Tue Nov 6 12:57:31 2012 UTC
# Line 1  Line 1 
1  # $Header: /alx-cvs/mage-eglibc/include/xorg.minc,v 1.1.1.1 2008/03/05 15:10:52 niro Exp $  # $Header: /magellan-cvs/mage/include/xorg.minc,v 1.10 2008/01/29 10:22:08 niro Exp $
2  # xorg global smage2 functions  # xorg global smage2 functions
3    
4  # check if old <=Xorg-6.9 is installed; aborts installation  # check if old <=Xorg-6.9 is installed; aborts installation
# Line 36  xorg_cleanup_fonts() Line 36  xorg_cleanup_fonts()
36   for DIR in ${FONT_DIR}   for DIR in ${FONT_DIR}
37   do   do
38   unset KEEP_FONTDIR   unset KEEP_FONTDIR
39   REAL_DIR=${MROOT}usr/share/fonts/${DIR}   REAL_DIR=${MROOT}/usr/share/fonts/${DIR}
40    
41   echo "Checking ${REAL_DIR} for useless files"   echo "Checking ${REAL_DIR} for useless files"
42   pushd ${REAL_DIR} &> /dev/null   pushd ${REAL_DIR} &> /dev/null

Legend:
Removed from v.4047  
changed lines
  Added in v.4048