diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-04 22:20:15 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-04 22:20:15 +0000 |
commit | 92d59ffa216c182ea5ba3fdee94cd7e11cd3f2bb (patch) | |
tree | 652f5c3f8349692b9aed27607f9daf5a0828425f /dev | |
parent | 12914e205b5200e7de5a0a8be2705f56631dbbb3 (diff) | |
download | slackbuilds-92d59ffa216c182ea5ba3fdee94cd7e11cd3f2bb.tar.gz slackbuilds-92d59ffa216c182ea5ba3fdee94cd7e11cd3f2bb.tar.bz2 |
perl-net_ssleay.pm file name fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@817 370017ae-e619-0410-ac65-c121f96126d4
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" |