Magellan Linux

Diff of /trunk/include/xorg.sminc

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

revision 18713 by niro, Wed Aug 14 09:42:36 2013 UTC revision 18714 by niro, Wed Aug 14 09:43:17 2013 UTC
# Line 65  INHERITS="${INHERITS} xorg" Line 65  INHERITS="${INHERITS} xorg"
65  #XORG_MIRROR="http://ftp.x.org/pub"  #XORG_MIRROR="http://ftp.x.org/pub"
66  XORG_MIRROR="http://xorg.freedesktop.org/archive"  XORG_MIRROR="http://xorg.freedesktop.org/archive"
67    
68    if [[ -n ${PCATEGORIE} ]] && [[ -z ${PCAT} ]]
69    then
70     PCAT="${PCATEGORIE}"
71    fi
72    
73  # get the right subdir  # get the right subdir
74  case ${PCAT} in  case ${PCAT} in
75   app-doc) URISUBDIR="doc" ;;   app-doc) URISUBDIR="doc" ;;

Legend:
Removed from v.18713  
changed lines
  Added in v.18714