From b7bab7e4ba071e2a23d124b476698fd12741c4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 5 Nov 2012 09:32:05 +0100 Subject: COLLISION_IGNORE jython compiled modules as well. Jython names its compiled modules *$py.class. --- cnf/make.globals | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cnf') diff --git a/cnf/make.globals b/cnf/make.globals index 47ee787c6..80a68f7d6 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -63,7 +63,7 @@ FEATURES="assume-digests binpkg-logs # Ignore file collisions for unowned *.pyo and *.pyc files, this helps during # transition from compiling python modules in live file system to compiling # them in src_install() function. -COLLISION_IGNORE="/lib/modules/* *.py[co]" +COLLISION_IGNORE="/lib/modules/* *.py[co] *\$py.class" UNINSTALL_IGNORE="/lib/modules/*" # By default wait 5 secs before cleaning a package -- cgit v1.2.3-1-g7c22