From eeda26f9f912b6a037e80f7833abfc64f1b3ac9e Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Wed, 29 Jul 2009 16:56:31 +0200 Subject: [PATCH] Use add-sources.py in PATH --- bin/add-sources.py | 0 bin/wb-edos-builddebcheck | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bin/add-sources.py 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|"); -- 2.39.5