diff options
Diffstat (limited to 'community/audit/PKGBUILD')
-rw-r--r-- | community/audit/PKGBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/community/audit/PKGBUILD b/community/audit/PKGBUILD index b2160ddb0..e6de95ded 100644 --- a/community/audit/PKGBUILD +++ b/community/audit/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 88732 2013-04-22 07:51:09Z mtorromeo $ +# $Id: PKGBUILD 90472 2013-05-12 21:18:29Z mtorromeo $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> # Contributor: Connor Behan <connor.behan@gmail.com> # Contributor: henning mueller <henning@orgizm.net> pkgname=audit pkgver=2.2.3 -pkgrel=1 +pkgrel=2 pkgdesc='User space utilities for storing and searching the audit records generated by the audit subsystem in the Linux kernel.' url=http://people.redhat.com/sgrubb/$pkgname arch=(i686 x86_64) @@ -27,7 +27,6 @@ backup=( ) source=( $url/$pkgname-$pkgver.tar.gz - auditd.rc auditd.service python2.patch ) @@ -37,6 +36,7 @@ build() { patch -p0 -i "$srcdir/python2.patch" ./configure \ --prefix=/usr \ + --sbindir=/usr/bin \ --sysconfdir=/etc \ --libexecdir=/usr/lib/audit \ --with-python=yes \ @@ -52,14 +52,12 @@ package() { install -Dm755 "$srcdir/auditd.service" "$pkgdir/usr/lib/systemd/system/auditd.service" cd "$pkgdir" - install -m755 "$srcdir/auditd.rc" etc/rc.d/auditd install -d var/log/audit rm -rf etc/rc.d/init.d etc/sysconfig - sed -ri 's| /sbin| /usr/sbin|' etc/audit/*.conf etc/audisp/plugins.d/*.conf + sed -ri 's| /sbin| /usr/bin|' etc/audit/*.conf etc/audisp/plugins.d/*.conf } sha256sums=('2fc8f97020121593f516dc011ef61f39043c4cea9b2cb9ab3849bf9e41dedf02' - '1e374ff164667b6a11f84c825a39996b449dc712d573996907cd47f063bf0dd5' - '3c7179f40216b594675f26bb73884406c8ac91577b609dd1ab9837f889954007' + '83ebda69bbc2d4058d7baddbf91ab8a2aafd70e64ceb2137d9c9335f8d8d4b83' '6adadb405bebe99bb6a50e80e7c1a356996626e135d566283448fe4019fff3a4') |