aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rwxr-xr-xdev/perl/perl-ldap/perl-ldap.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/perl/perl-ldap/perl-ldap.SlackBuild b/dev/perl/perl-ldap/perl-ldap.SlackBuild
index 2223565e..247a9241 100755
--- a/dev/perl/perl-ldap/perl-ldap.SlackBuild
+++ b/dev/perl/perl-ldap/perl-ldap.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'`"
+FILE_NAME="perl-`echo $NAME | sed -e 's/::/-/g'`"
SRC="$FILE_NAME-$VERSION.tar.gz"
URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$SRC"