From 9c83414a9c4bc7c9852260bda3ad13f137c49601 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 30 Dec 2016 20:47:09 -0800 Subject: 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. --- xorg/X11R7.6/buildx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg/X11R7.6') 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 -- cgit v1.2.1