X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=blobdiff_plain;f=bin%2Fwb-edos-builddebcheck;h=0562a95d3be189c47a308239a15a0dbbaea22f79;hp=bad875a5be37d34ab45d198706706865c6ff7f07;hb=e2ac7eef3952e05a28bb0eea8fe6e6014be2959a;hpb=857063ceccb2baf9fbd1676235f31e9b60653d4f diff --git a/bin/wb-edos-builddebcheck b/bin/wb-edos-builddebcheck index bad875a..0562a95 100755 --- a/bin/wb-edos-builddebcheck +++ b/bin/wb-edos-builddebcheck @@ -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;