diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2011-11-18 20:45:48 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2011-11-18 20:45:48 -0800 |
commit | 10174b14f47aabb2a6c1afe54cc2df8596c6b843 (patch) | |
tree | ff5145519b10444462a42d11459de495c2036991 /xorg/X11R7.6/buildx.sh | |
parent | 9eb054de9d2dc9e234f1ee7e22d4e7546361f679 (diff) | |
download | xrdp-proprietary-10174b14f47aabb2a6c1afe54cc2df8596c6b843.tar.gz xrdp-proprietary-10174b14f47aabb2a6c1afe54cc2df8596c6b843.zip |
xorg build
Diffstat (limited to 'xorg/X11R7.6/buildx.sh')
-rwxr-xr-x | xorg/X11R7.6/buildx.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index 8abbc90c..6d816333 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -180,7 +180,7 @@ make_it() cd $mod_name # check for patches if [ -e ../../$mod_name.patch ]; then - patch -p1 ../../$mod_name.patch + patch -p1 < ../../$mod_name.patch fi # now configure ./configure --prefix=$PREFIX_DIR $mod_args @@ -305,3 +305,5 @@ do make_it $mod_file $mod_dir "$mod_args" done < $data_file + +echo "All done" |