diff options
author | TBK <tbk@jjtc.eu> | 2019-04-15 17:15:12 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-16 17:31:11 +0000 |
commit | 58fd03f656f94a9c29da35cbf6781e1f37a2fa99 (patch) | |
tree | 38bcd76696855e2692534d6862fe632241321d6a /testing/ufw/fix-lib_path.patch | |
parent | b56db2c574082de52cee8109469fb5da4cbcb046 (diff) | |
download | aports-58fd03f656f94a9c29da35cbf6781e1f37a2fa99.tar.bz2 aports-58fd03f656f94a9c29da35cbf6781e1f37a2fa99.tar.xz |
testing/ufw: upgrade to 0.36
- Modernize APKBUILD
- Add openrc subpkg
- Add bash-completion sugpkg
Diffstat (limited to 'testing/ufw/fix-lib_path.patch')
-rw-r--r-- | testing/ufw/fix-lib_path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/ufw/fix-lib_path.patch b/testing/ufw/fix-lib_path.patch new file mode 100644 index 0000000000..aff9826989 --- /dev/null +++ b/testing/ufw/fix-lib_path.patch @@ -0,0 +1,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 |