[Python-apps-commits] r7685 - in packages/spambayes/trunk/debian/patches (paths_fix.patch)

afayolle at users.alioth.debian.org afayolle at users.alioth.debian.org
Wed Oct 19 08:41:45 UTC 2011


    Date: Wednesday, October 19, 2011 @ 08:41:43
  Author: afayolle
Revision: 7685

use the executable without '.py' suffix

Modified:
  packages/spambayes/trunk/debian/patches/paths_fix.patch

Modified: packages/spambayes/trunk/debian/patches/paths_fix.patch
===================================================================
--- packages/spambayes/trunk/debian/patches/paths_fix.patch	2011-10-19 08:40:11 UTC (rev 7684)
+++ packages/spambayes/trunk/debian/patches/paths_fix.patch	2011-10-19 08:41:43 UTC (rev 7685)
@@ -13,7 +13,7 @@
  
  
 -(defvar spambayes-filter-program "/usr/local/bin/sb_filter.py"
-+(defvar spambayes-filter-program "/usr/bin/sb_filter.py"
++(defvar spambayes-filter-program "/usr/bin/sb_filter"
    "Path to the sb_filter program.")
  
  




More information about the Python-apps-commits mailing list