7169052 Integrate Visual Panels into Userland (fix incorporator)
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Thu, 24 May 2012 07:26:27 -0700
changeset 830 bb9a661e5885
parent 829 92b5de339d33
child 831 9a41c3b678fa
7169052 Integrate Visual Panels into Userland (fix incorporator)
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;