diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2011-11-19 20:57:52 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2011-11-19 20:57:52 -0800 |
commit | 936e25b039cb856dbd22fd3933ad7c94d3a74c93 (patch) | |
tree | 583dca9450a93dcab0bae7e5835f796aa00b055d /xorg/X11R7.6/buildx.sh | |
parent | 760635cce8da6266a453180fecb85e6f2f27e47b (diff) | |
download | xrdp-proprietary-936e25b039cb856dbd22fd3933ad7c94d3a74c93.tar.gz xrdp-proprietary-936e25b039cb856dbd22fd3933ad7c94d3a74c93.zip |
xorg build
Diffstat (limited to 'xorg/X11R7.6/buildx.sh')
-rwxr-xr-x | xorg/X11R7.6/buildx.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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=$? |