From 8c77d942e197b32a3f865a2e931796781d6576d9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Feb 2014 11:42:16 +0100 Subject: [PATCH] ufw: repair installation. --- srcpkgs/ufw/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template index 9cde24be0e4..245f1462400 100644 --- a/srcpkgs/ufw/template +++ b/srcpkgs/ufw/template @@ -3,9 +3,9 @@ pkgname=ufw version=0.33 revision=2 build_style=python-module -hostmakedepends="python" -makedepends="iptables python" -depends="${makedepends}" +hostmakedepends="python iptables" +makedepends="${hostmakedepends}" +depends="${hostmakedepends}" conf_files="/etc/default/ufw /etc/ufw/ufw.conf" noarch="yes" pycompile_module="ufw" @@ -18,5 +18,5 @@ checksum=5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8 post_install() { vinstall ${FILESDIR}/ufw.service 644 usr/lib/systemd/system - vmove "lib/*" usr/lib + mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib/ }