svn commit: r275117 - projects/building-blocks/tools
Garrett Cooper
ngie at FreeBSD.org
Wed Nov 26 13:26:13 UTC 2014
Author: ngie
Date: Wed Nov 26 13:26:12 2014
New Revision: 275117
URL: https://svnweb.freebsd.org/changeset/base/275117
Log:
Ignore LIBPRIVATEDIR when suggesting directories to prune
Modified:
projects/building-blocks/tools/add-optional-obsolete-files-entries.sh
Modified: projects/building-blocks/tools/add-optional-obsolete-files-entries.sh
==============================================================================
--- projects/building-blocks/tools/add-optional-obsolete-files-entries.sh Wed Nov 26 13:25:09 2014 (r275116)
+++ projects/building-blocks/tools/add-optional-obsolete-files-entries.sh Wed Nov 26 13:26:12 2014 (r275117)
@@ -44,6 +44,6 @@ done
(cd $DESTDIR;
find -s . -type f -mindepth 1 | sed -e 's,^,OLD_FILES+=,';
find -s . -type d -mindepth 1 -and \! -empty | \
- egrep -v '^\./(s*bin|libexec|usr|usr/include|usr/lib|usr/libexec|usr/s*bin|usr/share|usr/share/man|usr/share/man/man[0-9])$' | \
+ egrep -v '^\./(s*bin|libexec|usr|usr/include|usr/lib|usr/lib/private|usr/libexec|usr/s*bin|usr/share|usr/share/man|usr/share/man/man[0-9])$' | \
sed -e 's,^,OLD_DIRS+=,'
) | sed -e 's,+=\./,+=,'
More information about the svn-src-projects
mailing list