Magellan Linux

Diff of /mage/branches/alx07x-stable/include/xorg.minc

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

mage/branches/alx-0_6_0/include/xorg.minc revision 1921 by niro, Fri May 6 17:16:39 2011 UTC mage/branches/alx07x-stable/include/xorg.minc revision 7876 by niro, Wed Nov 18 10:14:14 2015 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.1921  
changed lines
  Added in v.7876