]> git.donarmstrong.com Git - wannabuild.git/commitdiff
Use add-sources.py in PATH
authorJoachim Breitner <nomeata@debian.org>
Wed, 29 Jul 2009 14:56:31 +0000 (16:56 +0200)
committerJoachim Breitner <nomeata@debian.org>
Wed, 29 Jul 2009 14:56:31 +0000 (16:56 +0200)
bin/add-sources.py [changed mode: 0644->0755]
bin/wb-edos-builddebcheck

old mode 100644 (file)
new mode 100755 (executable)
index 582912de918bfbd621bbd283c0b45078359c44c9..ec4a6dd0f0c3d1596d503b6acd5cfd9368931cb4 100755 (executable)
@@ -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|");