Browse Source

Patch the el7 xorg source appropriately

tags/v1.8.90
Brian P. Hinz 6 years ago
parent
commit
eacd2e4497
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      contrib/packages/rpm/el7/SPECS/tigervnc.spec

+ 1
- 1
contrib/packages/rpm/el7/SPECS/tigervnc.spec View 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.

Loading…
Cancel
Save