Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/xorg/xorg-7.6.2-r1.smage2

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

revision 1914 by niro, Mon May 2 18:09:37 2011 UTC revision 1915 by niro, Tue May 3 17:36:00 2011 UTC
# Line 1330  EOF Line 1330  EOF
1330   # remove bindir prefix   # remove bindir prefix
1331   grep -irl "${BINDIR}" ${BINDIR}/usr/share/fonts | xargs sed -i "s:${BINDIR}::g" || die   grep -irl "${BINDIR}" ${BINDIR}/usr/share/fonts | xargs sed -i "s:${BINDIR}::g" || die
1332   fi   fi
1333     # fix site.def and xmkmf includes
1334     if [[ ${PNAME} = xorg-dev ]]
1335     then
1336     echo "fixing dev tools"
1337     sed -i 's:\(#define ProjectRoot\).*:\1 /usr/X11R6:' ${BINDIR}/usr/X11R6/lib/X11/config/site.def || die
1338     sed -i 's:\(configdirspec=\).*:\1"-I/usr/X11R6/lib/X11/config"' ${BINDIR}/usr/X11R6/bin/xmkmf || die
1339     fi
1340  }  }

Legend:
Removed from v.1914  
changed lines
  Added in v.1915