summarylogtreecommitdiffstats
path: root/patchprov
diff options
context:
space:
mode:
Diffstat (limited to 'patchprov')
-rwxr-xr-xpatchprov2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchprov b/patchprov
index dadcbc04b134..183feb3cafe0 100755
--- a/patchprov
+++ b/patchprov
@@ -159,7 +159,7 @@ sub pkgspec
my($dist, $ver) = @$_;
$dist =~ tr/A-Z/a-z/;
$ver = eval $ver;
- return "perl$dist=$ver";
+ return "perl-$dist=$ver";
}
## Searches the perl source dir provided for a list of packages which