mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
apparmor: add /etc/apparmor/* to conf_files
This commit is contained in:
parent
f22b50e9eb
commit
fb005e3c54
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'apparmor'
|
||||
pkgname=apparmor
|
||||
version=2.13.2
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
build_wrksrc=libraries/libapparmor
|
||||
build_style=gnu-configure
|
||||
conf_files="/etc/apparmor.d/local/*"
|
||||
conf_files="/etc/apparmor.d/local/* /etc/apparmor/*"
|
||||
make_dirs="/etc/apparmor.d/disable 0755 root root"
|
||||
hostmakedepends="bison flex autoconf automake libtool swig python3"
|
||||
makedepends="perl python3-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue