ObsoleteFiles.inc: Fix the path to libdevinfo.so.6
The library is in /usr/lib, not /lib.
Fixes: 7554746c43 ("libdevinfo: Avoid false positives for the root0 sentinel value")
Sponsored by: Chelsio Communications
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ OLD_FILES+=usr/tests/sys/vm/stack/.debug/libsoxstack.so.debug
|
||||
OLD_DIRS+=usr/tests/sys/vm/stack/.debug
|
||||
|
||||
# 20250129: libdevinfo bumped to version 7
|
||||
OLD_LIBS+=lib/libdevinfo.so.6
|
||||
OLD_LIBS+=usr/lib/libdevinfo.so.6
|
||||
|
||||
# 20250123: Remove gvinum(8)
|
||||
OLD_FILES+=sbin/gvinum
|
||||
|
||||
Reference in New Issue
Block a user