Files
gentoo/dev-libs/libptytty/files/libptytty-2.0-rundir.patch
Marek Szuba 91a50cf39b dev-libs/libptytty: look for utmp in /run
No revbump because with the /var/run symlink not going anywhere any time
soon, this is a trivial change.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
2021-11-28 00:13:36 +01:00

11 lines
183 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,6 +151,7 @@
PT_FIND_FILE(
utmp
PT_UTMP_FILE
+ "/run/utmp"
"/var/run/utmp"
"/var/adm/utmp"
"/etc/utmp"