summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6/buildx.sh
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-06-05 00:22:15 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-06-05 00:22:15 -0700
commitc7eb88b6cf32b06eeb1a5aa85b7fc77d70bad2e7 (patch)
treeafa30bd0f5ae90d9f20af9a2ea81f74788d20e93 /xorg/X11R7.6/buildx.sh
parent9c3635fa5ee99dcb202eec75b67bf23200e58e10 (diff)
downloadxrdp-proprietary-c7eb88b6cf32b06eeb1a5aa85b7fc77d70bad2e7.tar.gz
xrdp-proprietary-c7eb88b6cf32b06eeb1a5aa85b7fc77d70bad2e7.zip
X11rdp: fix for buildx.sh
Diffstat (limited to 'xorg/X11R7.6/buildx.sh')
-rwxr-xr-xxorg/X11R7.6/buildx.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh
index 3b2bad78..b778a605 100755
--- a/xorg/X11R7.6/buildx.sh
+++ b/xorg/X11R7.6/buildx.sh
@@ -2,7 +2,7 @@
# buildx.sh: a script for building X11R7.6 X server for use with xrdp
#
-# Copyright 2011-2012 Jay Sorg Jay.Sorg@gmail.com
+# Copyright 2011-2013 Jay Sorg Jay.Sorg@gmail.com
#
# Authors
# Jay Sorg Jay.Sorg@gmail.com
@@ -35,6 +35,8 @@ download_file()
echo "downloading file $file"
+ cd downloads
+
if [ "$file" = "libpthread-stubs-0.3.tar.bz2" ]; then
wget -cq http://xcb.freedesktop.org/dist/$file
status=$?
@@ -391,6 +393,7 @@ then
fi
# this will copy the build X server with the other X server binaries
+cd rdp
strip X11rdp
cp X11rdp $X11RDPBASE/bin