mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Package file should contain full version
This commit is contained in:
@@ -14,7 +14,7 @@ $fullvers =~ /^([0-9\.]+)(\-(\d+))?$/ || usage();
|
||||
$vers = $1;
|
||||
$release = $3;
|
||||
$tardir = $min ? "minimal" : "tarballs";
|
||||
$vfile = $min ? "$vers-minimal" : $vers;
|
||||
$vfile = $min ? "$fullvers-minimal" : $fullvers;
|
||||
$zipdir = "zips";
|
||||
$vers || usage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user