Skip to content

Commit 5e13226

Browse files
committed
audit: move new header files into libaudit-devel
1 parent 73d8b8d commit 5e13226

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

srcpkgs/audit/template

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'audit'
22
pkgname=audit
33
version=4.0.3
4-
revision=1
4+
revision=2
55
build_style=gnu-configure
66
configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
77
--with-apparmor --with-libcap-ng --with-python3"
@@ -63,6 +63,8 @@ libaudit-devel_package() {
6363
depends="libaudit-${version}_${revision} libcap-ng-devel"
6464
pkg_install() {
6565
vmove usr/include/libaudit.h
66+
vmove usr/include/audit_logging.h
67+
vmove usr/include/audit-records.h
6668
vmove usr/lib/libaudit.a
6769
vmove usr/lib/libaudit.so
6870
vmove usr/lib/pkgconfig/audit.pc

0 commit comments

Comments
 (0)