aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-08-29 17:04:45 +0200
committerAngelo Naselli <anaselli@linux.it>2014-08-29 17:04:45 +0200
commite10caa54ac4d34c803c021ce4848a2a8858827de (patch)
tree4f143df45f3470545283c81126af9784fdf7f38f /Makefile.PL
parent5cf4422e566f37961c3d51ab6966aff2aa6c3860 (diff)
downloadmanatools-e10caa54ac4d34c803c021ce4848a2a8858827de.tar
manatools-e10caa54ac4d34c803c021ce4848a2a8858827de.tar.gz
manatools-e10caa54ac4d34c803c021ce4848a2a8858827de.tar.bz2
manatools-e10caa54ac4d34c803c021ce4848a2a8858827de.tar.xz
manatools-e10caa54ac4d34c803c021ce4848a2a8858827de.zip
renamed from gurpmi.addmedia to dragora-urpm-addmedia
and from edit-urpm-sources.pl to dragora-urpm-sources.pl fixed Makefile.PL and MANIFEST for all the changes
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL19
1 files changed, 11 insertions, 8 deletions
diff --git a/Makefile.PL b/Makefile.PL
index d6ec2c24..f5277154 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -48,14 +48,17 @@ WriteMakefile(
"Modern::Perl" => 1.03,
"autodie" => 2.20,
},
- EXE_FILES => [ qw( scripts/adminClock
- scripts/adminService
- scripts/adminUser
- scripts/apanel.pl
- scripts/hostmanager
- scripts/proxymanager
- scripts/logviewer
- scripts/mgaAddUser
+ EXE_FILES => [ qw( scripts/apanel.pl
+ scripts/manaadduser
+ scripts/manaclock
+ scripts/manahost
+ scripts/manalog
+ scripts/manaproxy
+ scripts/manaservice
+ scripts/manauser
+ modules/contribfinder.py
+ modules/rpmdragora/dragora-urpm-addmedia
+ modules/rpmdragora/dragora-urpm-sources.pl
) ],
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'AdminPanel-*' },