From 936e25b039cb856dbd22fd3933ad7c94d3a74c93 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Sat, 19 Nov 2011 20:57:52 -0800 Subject: xorg build --- xorg/X11R7.6/buildx.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xorg/X11R7.6/buildx.sh') diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index caf8246b..24f6eabc 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -104,6 +104,11 @@ download_file() status=$? cd .. return $status + elif [ "$file" = "fontconfig-2.8.0.tar.gz" ]; then + wget -cq http://server1.xrdp.org/xrdp/fontconfig-2.8.0.tar.gz + status=$? + cd .. + return $status else wget -cq $download_url/$file status=$? -- cgit v1.2.1