From d1a59831eb2a5205d050884c760cca1d73be8fdf Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 22 Jun 2012 15:33:07 -0700 Subject: Add UNINSTALL_IGNORE variable for bug #421659. UNINSTALL_IGNORE = [space delimited list of fnmatch patterns] This variable prevents uninstallation of files that match specific fnmatch(3) patterns. In order to ignore file collisions with these files at install time, the same patterns can be added to the COLLISION_IGNORE variable. --- cnf/make.globals | 1 + 1 file changed, 1 insertion(+) (limited to 'cnf') diff --git a/cnf/make.globals b/cnf/make.globals index b1569885b..c35429143 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -64,6 +64,7 @@ FEATURES="assume-digests binpkg-logs # transition from compiling python modules in live file system to compiling # them in src_install() function. COLLISION_IGNORE="/lib/modules/* *.py[co]" +UNINSTALL_IGNORE="/lib/modules/*" # Enable preserve-libs for testing with portage versions that support it. # This setting is commented out for portage versions that don't support it. -- cgit v1.2.3-1-g7c22