1 |
# $Header: /magellan-cvs/smage/include/xorg.sminc,v 1.18 2008/02/16 11:26:47 niro Exp $ |
# $Id$ |
2 |
# xorg global smage2 functions |
# xorg global smage2 functions |
3 |
|
|
4 |
# must: X11_dir (defaults to /usr in sminc) |
# must: X11_dir (defaults to /usr in sminc) |
94 |
XORG_MIRROR="http://xorg.freedesktop.org/archive" |
XORG_MIRROR="http://xorg.freedesktop.org/archive" |
95 |
|
|
96 |
# get the right subdir |
# get the right subdir |
97 |
case ${PCATEGORIE} in |
case ${PCAT} in |
98 |
app-doc) URISUBDIR="doc" ;; |
app-doc) URISUBDIR="doc" ;; |
99 |
media-fonts) URISUBDIR="font" ;; |
media-fonts) URISUBDIR="font" ;; |
100 |
x11-apps) URISUBDIR="app" ;; |
x11-apps) URISUBDIR="app" ;; |