diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-11-13 09:14:58 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-11-13 09:14:58 -0800 |
commit | 5bb54122ba8120ef3cc5a339e740a944d55755ac (patch) | |
tree | 043a54eb8ab77c350ae854b42da734ff123f8539 /xorg/X11R7.6/buildx.sh | |
parent | cd6e8faccccc7496fcced3177e1289a4d117090d (diff) | |
download | xrdp-proprietary-5bb54122ba8120ef3cc5a339e740a944d55755ac.tar.gz xrdp-proprietary-5bb54122ba8120ef3cc5a339e740a944d55755ac.zip |
Strip the installed X11rdp binary, not the original
Diffstat (limited to 'xorg/X11R7.6/buildx.sh')
-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 4245c955..0c61b5e1 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -278,8 +278,8 @@ fi # this will copy the build X server with the other X server binaries cd rdp -strip X11rdp cp X11rdp $X11RDPBASE/bin +strip $X11RDPBASE/bin/X11rdp if [ "$2" = "drop" ]; then echo "" |