Strip the installed X11rdp binary, not the original

This commit is contained in:
Pavel Roskin 2016-11-13 09:14:58 -08:00
parent cd6e8faccc
commit 5bb54122ba
1 changed files with 1 additions and 1 deletions

View File

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