X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fwb-edos-builddebcheck;h=0562a95d3be189c47a308239a15a0dbbaea22f79;hb=15410f04a42f2314ac2c8c2c6cea83d1d179b857;hp=bad875a5be37d34ab45d198706706865c6ff7f07;hpb=598b9ca2be1f5e6b859f9ac11d64417809604fba;p=wannabuild.git 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;