aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-07-04 00:27:47 +0200
committerAngelo Naselli <anaselli@linux.it>2015-07-04 00:27:47 +0200
commitcb6c565988e232949f590d63ebf225f708092f37 (patch)
treed773b0d124cf113c6628c69f74a74e4aa7ccc892
parent4afb8aad69bb0e68c33a99426cb4ff1f1a626897 (diff)
downloadcolin-keep-cb6c565988e232949f590d63ebf225f708092f37.tar
colin-keep-cb6c565988e232949f590d63ebf225f708092f37.tar.gz
colin-keep-cb6c565988e232949f590d63ebf225f708092f37.tar.bz2
colin-keep-cb6c565988e232949f590d63ebf225f708092f37.tar.xz
colin-keep-cb6c565988e232949f590d63ebf225f708092f37.zip
added urpmi_backend and Shared itself
-rw-r--r--Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 447a136..9973dad 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -100,6 +100,8 @@ 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") \
$(shell find scripts/ -type f -name "*") \
modules/rpmdragora/dragoraUpdate \
modules/rpmdragora/rpmdragora \