1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/ufw/fix-lib_path.patch
TBK 58fd03f656 testing/ufw: upgrade to 0.36
- Modernize APKBUILD
- Add openrc subpkg
- Add bash-completion sugpkg
2019-04-16 17:31:11 +00:00

11 lines
344 B
Diff

--- 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