commit 4e0851d
hovercats
·
2024-10-25 18:37:41 +0000 UTC
parent 8c78d32
tinyx: add post-install instead, so that suid permission is properly kept
2 files changed,
+3,
-2
+0,
-2
1@@ -15,8 +15,6 @@ patch -p1 < 0001-Xext-INITARGS-does-not-specify-a-type.-change-to-int.patch
2 make
3 make DESTDIR="$1" install
4
5-chmod u+s "$1/usr/bin/Xfbdev"
6-
7 # not compatible
8 rm -rf "$1/usr/bin/Xvesa"
9
+3,
-0
1@@ -0,0 +1,3 @@
2+#!/bin/sh
3+
4+chmod 4755 /usr/bin/Xfbdev