]> git.donarmstrong.com Git - wannabuild.git/blobdiff - bin/wb-edos-builddebcheck
write the sources as fake binary packages from wanna-build (and get rid
[wannabuild.git] / bin / wb-edos-builddebcheck
index bad875a5be37d34ab45d198706706865c6ff7f07..0562a95d3be189c47a308239a15a0dbbaea22f79 100755 (executable)
@@ -73,8 +73,7 @@ if ( $architecture eq "" ) {
     }
 }
 
-open(RESULT,"python /org/wanna-build/bin/add-sources.py ".
-     "--prefix \"$sourceprefix\" < /dev/null $sourcesfile $architecture ".
+open(RESULT,"cat $sourcesfile".
      "| edos-debcheck $edosoptions '-base FILE' $packagefile |");
 
 $sourcestanza=0;