]> source.dussan.org Git - tigervnc.git/commitdiff
Patch the el7 xorg source appropriately
authorBrian P. Hinz <bphinz@users.sf.net>
Mon, 30 Oct 2017 00:33:25 +0000 (20:33 -0400)
committerBrian P. Hinz <bphinz@users.sf.net>
Mon, 30 Oct 2017 00:36:08 +0000 (20:36 -0400)
contrib/packages/rpm/el7/SPECS/tigervnc.spec

index ac58d5b4609e8be01d53d2a8d0a24765b80843a7..ea5bbabd8734e196fa18f79f0803b62afcc07791 100644 (file)
@@ -162,7 +162,7 @@ pushd unix/xserver
 for all in `find . -type f -perm -001`; do
         chmod -x "$all"
 done
-patch -p1 -b --suffix .vnc < ../xserver117.patch
+patch -p1 -b --suffix .vnc < ../xserver119.patch
 popd
 
 # Don't use shebang in vncserver script.