# HG changeset patch # User Norm Jacobs # Date 1337869587 25200 # Node ID bb9a661e5885e42b0474dc4a0bdffa5bace29e3b # Parent 92b5de339d33d47275975931a6910c6313d4dab2 7169052 Integrate Visual Panels into Userland (fix incorporator) diff -r 92b5de339d33 -r bb9a661e5885 tools/userland-incorporator --- a/tools/userland-incorporator Thu May 24 04:05:29 2012 -0700 +++ b/tools/userland-incorporator Thu May 24 07:26:27 2012 -0700 @@ -39,7 +39,7 @@ # lines should be in the form: # publisher package [r|o] version,branch:timestamp - if (/^(\S+)\s+(\S+)\s+\S?\s+([\d.]+),([\d.\-]+):.+$/) { + if (/^(\S+)\s+(\S+)\s+\S?\s+([\d.]+),[\d.]+-([\d.]+):.+$/) { my ($package) = (); $package->{publisher} = $1;