diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2011-11-19 00:21:09 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2011-11-19 00:21:09 -0800 |
commit | 0954d9cdf2e5f9140f93cd011a14ca84e163641c (patch) | |
tree | ca180860dd1dc2d8ed2f86c70b9d58fb3cd10b1a /xorg/X11R7.6/buildx.sh | |
parent | 57e5c98fa8afe531ed7d2315e9ca98cc8214a9a1 (diff) | |
download | xrdp-proprietary-0954d9cdf2e5f9140f93cd011a14ca84e163641c.tar.gz xrdp-proprietary-0954d9cdf2e5f9140f93cd011a14ca84e163641c.zip |
libxslt
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 f09aa35e..a0e3ea0d 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -99,6 +99,11 @@ download_file() status=$? cd .. return $status + elif [ "$file" = "libxslt-1.1.26.tar.gz" ]; then + wget -cq ftp://xmlsoft.org/libxslt/libxslt-1.1.26.tar.gz + status=$? + cd .. + return $status else wget -cq $download_url/$file status=$? |