aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ufw/fix-lib_path.patch
blob: aff9826989cf9d1fe7629e2bf6d1d754b25a7a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@
             return
 
         real_confdir = os.path.join('/etc')
-        real_statedir = os.path.join('/lib', 'ufw')
+        real_statedir = os.path.join('/usr/lib', 'ufw')
         real_prefix = self.prefix
         if self.home != None:
             real_confdir = self.home + real_confdir