From c7eb88b6cf32b06eeb1a5aa85b7fc77d70bad2e7 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Wed, 5 Jun 2013 00:22:15 -0700 Subject: [PATCH] X11rdp: fix for buildx.sh --- xorg/X11R7.6/buildx.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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