From 0a64df6920e6ac63d3a3cab120df6a7e87bdf2b5 Mon Sep 17 00:00:00 2001 From: Louis van Belle Date: Thu, 28 Dec 2017 11:48:09 +0100 Subject: [PATCH] Update install.sh Use lesser cpan modules, Added 2 perl modules for spammassassin from debian tree. --- debian/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/install.sh b/debian/install.sh index 5622a83..7d9bd8e 100644 --- a/debian/install.sh +++ b/debian/install.sh @@ -380,7 +380,7 @@ BASEPACKAGES+=('gzip'); BASEPACKAGES+=('libnetaddr-ip-perl'); BASEPACKAGES+ BASEPACKAGES+=('unzip'); BASEPACKAGES+=('libnet-ldap-perl'); BASEPACKAGES+=('libsys-hostname-long-perl'); BASEPACKAGES+=('openssl'); BASEPACKAGES+=('libmail-dkim-perl'); BASEPACKAGES+=('libhtml-tokeparser-simple-perl'); BASEPACKAGES+=('perl'); BASEPACKAGES+=('libbusiness-isbn-data-perl'); BASEPACKAGES+=('libnet-dns-resolver-programmable-perl'); -BASEPACKAGES+=('p7zip-full'); +BASEPACKAGES+=('p7zip-full'); BASEPACKAGES+=('libgeo-ip-perl'); BASEPACKAGES+=('libnet-patricia-perl'); if [ "$parsedCommands" -gt 0 ]; then BASEPACKAGES+=('cpanminus');