diff options
Diffstat (limited to 'dev/perl/perl-archive-zip')
-rwxr-xr-x | dev/perl/perl-archive-zip/perl-archive-zip.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/perl/perl-archive-zip/perl-archive-zip.build b/dev/perl/perl-archive-zip/perl-archive-zip.build index 3b1d97bf..5d9fb227 100755 --- a/dev/perl/perl-archive-zip/perl-archive-zip.build +++ b/dev/perl/perl-archive-zip/perl-archive-zip.build @@ -30,7 +30,7 @@ if [ -f "~/.slackbuildrc" ]; then fi # default settings -NAME="Compress::Zlib" +NAME="Archive::Zip" PACKAGE="perl-`echo $NAME | sed -e 's/::/-/g' | tr '[:upper:]' '[:lower:]'`" TMP=${TMP:=/tmp} VERSION=${VERSION:=1.18} |