From c190a2aa914c1712c0383361c49c93a6cbac2327 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Sat, 4 Jul 2015 12:25:12 +0200 Subject: This modules finding should be enough --- Makefile.PL | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 9973dad..9cc1432 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -99,9 +99,7 @@ localedir = $(PREFIX)/share/locale PGOAL = manatools # perl files to search translatable strings in -PL_FILES = $(shell find lib/ManaTools/{Module,Shared,Rpmdragora} -type f -name "*.pm") \ - $(shell find lib/ManaTools/ -type f -name "*.pm") \ - $(shell find lib/ManaTools/Shared/urpmi_backend -type f -name "*.pm") \ +PL_FILES = $(shell find lib/ManaTools/ -type f -name "*.pm") \ $(shell find scripts/ -type f -name "*") \ modules/rpmdragora/dragoraUpdate \ modules/rpmdragora/rpmdragora \ -- cgit v1.2.1