mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-03 11:58:07 -07:00
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>
11 lines
183 B
Diff
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"
|