diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2012-09-19 20:51:34 -0700 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2012-09-19 20:51:34 -0700 |
commit | 1123323fda6d128fb98b0427e0ea5f6a2dc9e632 (patch) | |
tree | 3407a3771a069f812554312ce7c36db625139cc2 /xorg/X11R7.6/buildx.sh | |
parent | 3cedfae76a2351bc8b1e5bd2ee33bbf8630dbacf (diff) | |
download | xrdp-proprietary-1123323fda6d128fb98b0427e0ea5f6a2dc9e632.tar.gz xrdp-proprietary-1123323fda6d128fb98b0427e0ea5f6a2dc9e632.zip |
o moved from GNU General Public License to Apache License, Version 2.0
o applied new coding standards to all .c files
o moved some files around
Diffstat (limited to 'xorg/X11R7.6/buildx.sh')
-rwxr-xr-x | xorg/X11R7.6/buildx.sh | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index 279f72cb..5a593f1a 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -1,6 +1,7 @@ #!/bin/sh -# build.sh: a script for building X11R7.6 X server for use with xrdp # +# buildx.sh: a script for building X11R7.6 X server for use with xrdp +# # Copyright 2011-2012 Jay Sorg Jay.Sorg@gmail.com # # Authors @@ -26,7 +27,7 @@ download_file() { file=$1 - # if we already have the file, don't re-download it + # if we already have the file, don't download it if [ -r downloads/$file ]; then return 0 fi @@ -277,10 +278,10 @@ count=0 if [ $# -lt 1 ]; then echo "" - echo "usage: build.sh <installation dir>" - echo "usage: build.sh <clean>" - echo "usage: build.sh default" - echo "usage: build.sh <installation dir> drop - set env and run bash in rdp dir" + echo "usage: buildx.sh <installation dir>" + echo "usage: buildx.sh <clean>" + echo "usage: buildx.sh default" + echo "usage: buildx.sh <installation dir> drop - set env and run bash in rdp dir" echo "" exit 1 fi |