From: Joachim Breitner Date: Wed, 29 Jul 2009 14:56:31 +0000 (+0200) Subject: Use add-sources.py in PATH X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=eeda26f9f912b6a037e80f7833abfc64f1b3ac9e;p=wannabuild.git Use add-sources.py in PATH --- diff --git a/bin/add-sources.py b/bin/add-sources.py old mode 100644 new mode 100755 diff --git a/bin/wb-edos-builddebcheck b/bin/wb-edos-builddebcheck index 582912d..ec4a6dd 100755 --- a/bin/wb-edos-builddebcheck +++ b/bin/wb-edos-builddebcheck @@ -71,7 +71,7 @@ if ( $architecture eq "" ) { } } -open(RESULT,"python /usr/share/edos-distcheck/add-sources.py ". +open(RESULT,"add-sources.py ". "--prefix \"$sourceprefix\" < $packagefile $sourcesfile $architecture ". "| edos-debcheck $edosoptions|");