ufw: repair installation.

This commit is contained in:
Juan RP 2014-02-16 11:42:16 +01:00
parent 57cb123c27
commit 8c77d942e1

View file

@ -3,9 +3,9 @@ pkgname=ufw
version=0.33 version=0.33
revision=2 revision=2
build_style=python-module build_style=python-module
hostmakedepends="python" hostmakedepends="python iptables"
makedepends="iptables python" makedepends="${hostmakedepends}"
depends="${makedepends}" depends="${hostmakedepends}"
conf_files="/etc/default/ufw /etc/ufw/ufw.conf" conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
noarch="yes" noarch="yes"
pycompile_module="ufw" pycompile_module="ufw"
@ -18,5 +18,5 @@ checksum=5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8
post_install() { post_install() {
vinstall ${FILESDIR}/ufw.service 644 usr/lib/systemd/system vinstall ${FILESDIR}/ufw.service 644 usr/lib/systemd/system
vmove "lib/*" usr/lib mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib/
} }