SPECS: perl-autoup - use temp spec when fetching other sources

adamg adamg at pld-linux.org
Mon Sep 17 11:14:24 CEST 2007


Author: adamg                        Date: Mon Sep 17 09:14:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use temp spec when fetching other sources

---- Files affected:
SPECS:
   perl-autoup (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/perl-autoup
diff -u SPECS/perl-autoup:1.10 SPECS/perl-autoup:1.11
--- SPECS/perl-autoup:1.10	Mon Sep 17 11:07:30 2007
+++ SPECS/perl-autoup	Mon Sep 17 11:14:19 2007
@@ -504,8 +504,8 @@
     system("cd $SPCDIR && ./builder -nc -ncs -5 $tmp_spec > $TMPDIR/$tmp_spec.log 2>&1");
 
     msg("Getting other $pkg->{spec}\'s sources...");
-    system("cd $SPCDIR && ./builder -g $pkg->{spec}") == 0 || do {
-      warn "builder -g $pkg->{spec}: $?";
+    system("cd $SPCDIR && ./builder -g -ncs $tmp_spec") == 0 || do {
+      warn "builder -g $tmp_spec: $?";
       return;
     };
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-autoup?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list