ufw: repair installation.
This commit is contained in:
parent
57cb123c27
commit
8c77d942e1
1 changed files with 4 additions and 4 deletions
|
@ -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/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue