xorg: copy X11rdp to install destination after building
This commit is contained in:
parent
209720fe1a
commit
60a0fda03e
@ -347,6 +347,11 @@ export X11RDPBASE
|
|||||||
|
|
||||||
cd rdp
|
cd rdp
|
||||||
make
|
make
|
||||||
|
|
||||||
|
# this will copy the build X server with the other X server binaries
|
||||||
|
strip X11rdp
|
||||||
|
cp X11rdp $X11RDPBASE/bin
|
||||||
|
|
||||||
if [ "$2" = "drop" ]; then
|
if [ "$2" = "drop" ]; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "dropping you in dir, type exit to get out"
|
echo "dropping you in dir, type exit to get out"
|
||||||
|
Loading…
Reference in New Issue
Block a user