xorg: copy X11rdp to install destination after building

This commit is contained in:
Jay Sorg 2012-04-05 19:31:26 -07:00
parent 209720fe1a
commit 60a0fda03e

View File

@ -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"