From 98454e3f825e086e47d107e7ff4ddf4239285dbe Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 12 May 2021 20:33:46 +0200 Subject: [PATCH] Correct location of libcap_random.so in ObsoleteFiles.inc --- ObsoleteFiles.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 62a4dcc5df31..7bc4f435f869 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -5678,7 +5678,7 @@ OLD_FILES+=usr/include/sys/inflate.h # 20190722: cap_random(3) removed OLD_LIBS+=lib/casper/libcap_random.so.1 OLD_FILES+=usr/include/casper/cap_random.h -OLD_LIBS+=usr/lib/casper/libcap_random.so +OLD_LIBS+=usr/lib/libcap_random.so OLD_FILES+=usr/share/man/man3/libcap_random.3.gz OLD_FILES+=usr/share/man/man3/cap_random.3.gz OLD_FILES+=usr/share/man/man3/cap_random_buf.3.gz