diff options
author | Philipp Hahn <hahn@univention.de> | 2013-01-25 10:03:06 +0100 |
---|---|---|
committer | Philipp Hahn <hahn@univention.de> | 2013-01-28 11:04:28 +0100 |
commit | 73c8a9626ba2b2b8ff20246a336771783c133213 (patch) | |
tree | bb084f3225b0a579235ccd784d65d5dc3bd0629f /xorg/X11R7.6/buildx.sh | |
parent | 8f5005f43e48b972c9559ad1b86de1e00f5de433 (diff) | |
download | xrdp-proprietary-73c8a9626ba2b2b8ff20246a336771783c133213.tar.gz xrdp-proprietary-73c8a9626ba2b2b8ff20246a336771783c133213.zip |
X11rdp: Remove duplicate entry for expat
expat-2.0.1.tar.gz is declared twice, remove the first one.
Diffstat (limited to 'xorg/X11R7.6/buildx.sh')
-rwxr-xr-x | xorg/X11R7.6/buildx.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index 5a593f1a..6ba15a2f 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -50,12 +50,6 @@ download_file() status=$? cd .. return $status - elif [ "$file" = "expat-2.0.1.tar.gz" ]; then - wget -cq http://server1.xrdp.org/xrdp/expat-2.0.1.tar.gz - - status=$? - cd .. - return $status elif [ "$file" = "freetype-2.4.6.tar.bz2" ]; then wget -cq http://download.savannah.gnu.org/releases/freetype/freetype-2.4.6.tar.bz2 status=$? |