Revert BASEPACKAGES entry (#192)

This commit is contained in:
Shawn Iverson 2018-06-17 12:14:15 -04:00 committed by GitHub
parent 80300df477
commit 0386410257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
debian/install.sh vendored
View file

@ -364,7 +364,7 @@ fi
# base system packages
BASEPACKAGES=();
BASEPACKAGES+=('perl-doc'); BASEPACKAGES+=('libmailtools-perl'); BASEPACKAGES+=('re2c');
BASEPACKAGES+=('curl'); BASEPACKAGES+=('libnet-cidr-lite-perl');
BASEPACKAGES+=('curl'); BASEPACKAGES+=('libnet-cidr-lite-perl'); BASEPACKAGES+=('libmime-tools-perl');
BASEPACKAGES+=('wget'); BASEPACKAGES+=('libtest-manifest-perl'); BASEPACKAGES+=('libnet-cidr-perl');
BASEPACKAGES+=('tar'); BASEPACKAGES+=('libdata-dump-perl'); BASEPACKAGES+=('libsys-syslog-perl');
BASEPACKAGES+=('binutils'); BASEPACKAGES+=('libbusiness-isbn-perl'); BASEPACKAGES+=('libio-stringy-perl');