[libinline-java-perl] 171/398: Filtered out motif

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit 5ca32f900c72233e8bea8f341c18b48c7c480a83
Author: patrick_leb <>
Date:   Mon Feb 4 21:02:57 2002 +0000

    Filtered out motif
---
 Java/Makefile.PL | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Java/Makefile.PL b/Java/Makefile.PL
index 42bc03b..3096a7d 100644
--- a/Java/Makefile.PL
+++ b/Java/Makefile.PL
@@ -164,6 +164,9 @@ sub CleanSoDirs {
 		elsif ($d =~ /plugin/){
 				delete $so_dirs{$d} ;
 		}
+		elsif ($d =~ /motif/){
+				delete $so_dirs{$d} ;
+		}
 		elsif ($d =~ /_threads/){
 			if ($d !~ /native_threads/){
 				delete $so_dirs{$d} ;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list