X11rdp: fix for buildx.sh
This commit is contained in:
parent
9c3635fa5e
commit
c7eb88b6cf
@ -2,7 +2,7 @@
|
||||
|
||||
# buildx.sh: a script for building X11R7.6 X server for use with xrdp
|
||||
#
|
||||
# Copyright 2011-2012 Jay Sorg Jay.Sorg@gmail.com
|
||||
# Copyright 2011-2013 Jay Sorg Jay.Sorg@gmail.com
|
||||
#
|
||||
# Authors
|
||||
# Jay Sorg Jay.Sorg@gmail.com
|
||||
@ -35,6 +35,8 @@ download_file()
|
||||
|
||||
echo "downloading file $file"
|
||||
|
||||
cd downloads
|
||||
|
||||
if [ "$file" = "libpthread-stubs-0.3.tar.bz2" ]; then
|
||||
wget -cq http://xcb.freedesktop.org/dist/$file
|
||||
status=$?
|
||||
@ -391,6 +393,7 @@ then
|
||||
fi
|
||||
|
||||
# this will copy the build X server with the other X server binaries
|
||||
cd rdp
|
||||
strip X11rdp
|
||||
cp X11rdp $X11RDPBASE/bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user