#!/bin/sh /usr/share/dpatch/dpatch-run
## 003-tumgreyspf-stat.dpatch by Thomas Goirand <thomas@goirand.fr>
##
## DP: This patch fixes the include path to /usr/lib/tumgreyspf instead of
## DP: /usr/local/lib/tumgreyspf

--- tumgreyspf-1.28/tumgreyspf-stat.orig	2007-10-08 07:29:35.000000000 +0000
+++ tumgreyspf-1.28/tumgreyspf-stat	2007-10-08 07:30:23.000000000 +0000
@@ -7,7 +7,7 @@
 #  <jafo@tummy.com>
 
 import os, re, string, syslog, sys, time
-sys.path.append('/usr/local/lib/tumgreyspf')
+sys.path.append('/usr/lib/tumgreyspf')
 import tumgreyspfsupp
 
 ###################
