summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2006-04-23 15:09:10 +0000
committerSimone Rota <sip@crux.nu>2006-04-23 15:09:10 +0000
commitc0922fe4735ddb104a0e0b2562eb7e20a0b534ad (patch)
treeb5edffabc9754e9fbbe4f6bd0d69fd92c09cac27
parent278d699fb63ce1fb9b49983a24df9e822dd5cda8 (diff)
downloadprt-utils-c0922fe4735ddb104a0e0b2562eb7e20a0b534ad.tar.gz
prt-utils-c0922fe4735ddb104a0e0b2562eb7e20a0b534ad.tar.xz
oldfiles: restrict md5sum check to a-frelease-0.8.0
-rwxr-xr-xoldfiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/oldfiles b/oldfiles
index 1898705..c59fcfb 100755
--- a/oldfiles
+++ b/oldfiles
@@ -70,7 +70,7 @@ foreach (split('\n', `prt-get printf "%p:%n:%v:%r\n"`)) {
if ( $options{"-s"} ) {
open MD5SUMS, "$path/$name/.md5sum" or next;
while (<MD5SUMS>) {
- m/^[a-z0-9]{32}\s\s(\S+)\n/;
+ m/^[a-f0-9]{32}\s\s(\S+)\n/;
$wanted{$srcdir}{$1} = 1;
}
close MD5SUMS;

Generated by cgit