From 58fd03f656f94a9c29da35cbf6781e1f37a2fa99 Mon Sep 17 00:00:00 2001 From: TBK Date: Mon, 15 Apr 2019 17:15:12 +0200 Subject: testing/ufw: upgrade to 0.36 - Modernize APKBUILD - Add openrc subpkg - Add bash-completion sugpkg --- testing/ufw/fix-lib_path.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/ufw/fix-lib_path.patch (limited to 'testing/ufw/fix-lib_path.patch') 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 -- cgit v1.2.3