build-gnome2
changeset 1268 f94fb1ac56fd
parent 1255 62113bcc823d
child 1287 1545bc691c01
--- a/build-gnome2	Tue Oct 14 16:55:04 2003 +0000
+++ b/build-gnome2	Wed Oct 15 04:57:55 2003 +0000
@@ -828,7 +828,8 @@
     return 1;
 }
 
-sub find_source ($) {
+sub find_source ($$) {
+    my $spec_id = shift;
     my $src = shift;
     my $is_tarball = 0;
     my $src_path;
@@ -886,7 +887,7 @@
 	if (not defined ($src)) {
 	    next;
 	}
-        $src_path = find_source ($src);
+        $src_path = find_source ($spec_id, $src);
 	if (not defined ($src_path)) {
 	    return 0;
 	}