]> git.donarmstrong.com Git - wannabuild.git/blobdiff - bin/wb-edos-builddebcheck
wb-edos-builddebcheck: only check the source packages
[wannabuild.git] / bin / wb-edos-builddebcheck
index 400d1e3d9b7dfea47b8e1c700b6be408fccdbd04..bad875a5be37d34ab45d198706706865c6ff7f07 100755 (executable)
@@ -73,9 +73,9 @@ if ( $architecture eq "" ) {
     }
 }
 
-open(RESULT,"python /usr/share/edos-distcheck/add-sources.py ".
-     "--prefix \"$sourceprefix\" < $packagefile $sourcesfile $architecture ".
-     "| edos-debcheck $edosoptions|");
+open(RESULT,"python /org/wanna-build/bin/add-sources.py ".
+     "--prefix \"$sourceprefix\" < /dev/null $sourcesfile $architecture ".
+     "| edos-debcheck $edosoptions '-base FILE' $packagefile |");
 
 $sourcestanza=0;
 $explanation="";