summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/X11R7.6/buildx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh
index 5495186f..6f314320 100755
--- a/xorg/X11R7.6/buildx.sh
+++ b/xorg/X11R7.6/buildx.sh
@@ -53,7 +53,7 @@ download_file()
cd ..
return $status
elif [ "$file" = "xkeyboard-config-2.0.tar.bz2" ]; then
- cp ../extras/xkeyboard-config-2.0.tar.bz2 .
+ wget -cq http://server1.xrdp.org/xrdp/xkeyboard-config-2.0.tar.bz2
status=$?
cd ..
return $status