From: Michael Tremer Date: Thu, 5 Apr 2012 17:36:30 +0000 (+0200) Subject: audit: Move libs and all others to /usr. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c672b4c842e01784242b2afed28a73f7c170e9;p=ipfire-3.x.git audit: Move libs and all others to /usr. --- diff --git a/audit/audit.nm b/audit/audit.nm index b62a9789f..de634d824 100644 --- a/audit/audit.nm +++ b/audit/audit.nm @@ -5,7 +5,7 @@ name = audit version = 2.2 -release = 1 +release = 2 groups = System/Daemons url = http://people.redhat.com/sgrubb/audit/ @@ -32,9 +32,6 @@ build end configure_options += \ - --sysconfdir=/etc \ - --sbindir=/sbin \ - --libdir=/%{lib} \ --without-prelude \ --without-libwrap \ --enable-gssapi-krb5=no \ @@ -45,13 +42,6 @@ build end install_cmds - rm -vf %{BUILDROOT}/%{lib}/libau{dit,parse}.so - ln -svf ../../%{lib}/libaudit.so.1 %{BUILDROOT}%{libdir}/libaudit.so - ln -svf ../../%{lib}/libauparse.so.0 %{BUILDROOT}%{libdir}/libauparse.so - - mkdir -pv %{BUILDROOT}/usr/sbin/ - mv -v %{BUILDROOT}/sbin/audisp*remote %{BUILDROOT}/usr/sbin/ - mkdir -pv %{BUILDROOT}/var/log/audit rm -rfv %{BUILDROOT}/etc/{rc.d,sysconfig} @@ -100,7 +90,7 @@ packages description = %{summary} files - /usr/lib/python*/ + %{libdir}/python*/ end end