From 60a0fda03e947a32b8cf2624556dd8e201e7e50f Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Thu, 5 Apr 2012 19:31:26 -0700 Subject: [PATCH] xorg: copy X11rdp to install destination after building --- xorg/X11R7.6/buildx.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index ab0b8e66..77203aed 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -347,6 +347,11 @@ export X11RDPBASE cd rdp make + +# this will copy the build X server with the other X server binaries +strip X11rdp +cp X11rdp $X11RDPBASE/bin + if [ "$2" = "drop" ]; then echo "" echo "dropping you in dir, type exit to get out"