summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-04-05 19:31:26 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-04-05 19:31:26 -0700
commit60a0fda03e947a32b8cf2624556dd8e201e7e50f (patch)
tree096e3132a010cefe7df41847b611ebf3f94f17dc
parent209720fe1ae1733d905a3107f31e9d20c53ae062 (diff)
downloadxrdp-proprietary-60a0fda03e947a32b8cf2624556dd8e201e7e50f.tar.gz
xrdp-proprietary-60a0fda03e947a32b8cf2624556dd8e201e7e50f.zip
xorg: copy X11rdp to install destination after building
-rwxr-xr-xxorg/X11R7.6/buildx.sh5
1 files changed, 5 insertions, 0 deletions
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"