svn commit: r349706 - head
Tijl Coosemans
tijl at FreeBSD.org
Wed Jul 3 20:52:11 UTC 2019
Author: tijl
Date: Wed Jul 3 20:52:10 2019
New Revision: 349706
URL: https://svnweb.freebsd.org/changeset/base/349706
Log:
Fix path of lib32 libcasper.
Reported by: jhb
MFC after: 1 week
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Wed Jul 3 20:52:07 2019 (r349705)
+++ head/ObsoleteFiles.inc Wed Jul 3 20:52:10 2019 (r349706)
@@ -825,7 +825,7 @@ OLD_FILES+=usr/share/man/man3/arc4random_stir.3.gz
OLD_FILES+=usr/bin/send-pr
# 20180725: Cleanup old libcasper.so.0
OLD_LIBS+=lib/libcasper.so.0
-OLD_LIBS+=lib32/libcasper.so.0
+OLD_LIBS+=usr/lib32/libcasper.so.0
# 20180722: indent(1) option renamed, test files follow
OLD_FILES+=usr/bin/indent/tests/nsac.0
OLD_FILES+=usr/bin/indent/tests/nsac.0.pro
More information about the svn-src-all
mailing list