diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-12-30 20:47:09 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2017-01-17 18:10:13 -0800 |
commit | 9c83414a9c4bc7c9852260bda3ad13f137c49601 (patch) | |
tree | 3b4f5b732638a66c3654119c1b1fea94bb9a41d6 /xorg/X11R7.6 | |
parent | 983a7073bff0d39e8d6923146cb5acbebd3e4aa6 (diff) | |
download | xrdp-proprietary-9c83414a9c4bc7c9852260bda3ad13f137c49601.tar.gz xrdp-proprietary-9c83414a9c4bc7c9852260bda3ad13f137c49601.zip |
Make sure X11rdp is not copied to a file called "bin"
It can happen if buildx.sh is run with one argument and them with another
without removing build_dir in between.
Diffstat (limited to 'xorg/X11R7.6')
-rwxr-xr-x | xorg/X11R7.6/buildx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index 56a3b29f..bf871744 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -286,7 +286,7 @@ fi # this will copy the build X server with the other X server binaries cd rdp -cp X11rdp $X11RDPBASE/bin +cp X11rdp $X11RDPBASE/bin/X11rdp strip $X11RDPBASE/bin/X11rdp if [ "$2" = "drop" ]; then |