diff options
Diffstat (limited to 'dev')
-rwxr-xr-x | dev/perl/perl-net_ssleay.pm/perl-net_ssleay.pm.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/perl/perl-net_ssleay.pm/perl-net_ssleay.pm.SlackBuild b/dev/perl/perl-net_ssleay.pm/perl-net_ssleay.pm.SlackBuild index 9b205c53..7642fdde 100755 --- a/dev/perl/perl-net_ssleay.pm/perl-net_ssleay.pm.SlackBuild +++ b/dev/perl/perl-net_ssleay.pm/perl-net_ssleay.pm.SlackBuild @@ -50,7 +50,7 @@ fi RTOOL="wget" PACKAGE_EXT="gz" SRC="$PACKAGE-$VERSION.tar.$PACKAGE_EXT" -FILE_NAME="`echo $NAME | sed -e 's/::/-/g'`.pm" +FILE_NAME="`echo $NAME | sed -e 's/::/_/g'`.pm" SRC="$FILE_NAME-$VERSION.tar.gz" URL="http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$SRC" |