--- trunk/include/xorg.sminc 2013/08/14 09:42:36 18713 +++ trunk/include/xorg.sminc 2013/08/14 09:43:17 18714 @@ -65,6 +65,11 @@ #XORG_MIRROR="http://ftp.x.org/pub" XORG_MIRROR="http://xorg.freedesktop.org/archive" +if [[ -n ${PCATEGORIE} ]] && [[ -z ${PCAT} ]] +then + PCAT="${PCATEGORIE}" +fi + # get the right subdir case ${PCAT} in app-doc) URISUBDIR="doc" ;;