Strip the installed X11rdp binary, not the original
This commit is contained in:
parent
cd6e8faccc
commit
5bb54122ba
@ -278,8 +278,8 @@ fi
|
|||||||
|
|
||||||
# this will copy the build X server with the other X server binaries
|
# this will copy the build X server with the other X server binaries
|
||||||
cd rdp
|
cd rdp
|
||||||
strip X11rdp
|
|
||||||
cp X11rdp $X11RDPBASE/bin
|
cp X11rdp $X11RDPBASE/bin
|
||||||
|
strip $X11RDPBASE/bin/X11rdp
|
||||||
|
|
||||||
if [ "$2" = "drop" ]; then
|
if [ "$2" = "drop" ]; then
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
Reference in New Issue
Block a user