Fixed './src/install/acquire/cabextract' CVS branch checkout.
authorshort <>
Tue, 16 Sep 2003 10:37:54 +0000 (10:37 +0000)
committershort <>
Tue, 16 Sep 2003 10:37:54 +0000 (10:37 +0000)
autogen.pl

index e7d06c1..f71372f 100755 (executable)
@@ -91,7 +91,7 @@ AutoGen->run(
                                        }
                                for my $dir ("./src/install/acquire/cabextract") {
                                        if (!-f "$dir/cabextract.c" || -f "$dir/configure.in") {
-                                               do { system $_ and die "$_: $!"; } for ("cvs co -A $dir");
+                                               do { system $_ and die "$_: $!"; } for ("cvs update -kk -r captive $dir");
                                                }
                                        }
                                1;