From: Michael Tremer Date: Fri, 2 Mar 2012 15:11:19 +0000 (+0100) Subject: paxtest: Install libs to right location on x86_64. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea8a355cb2b9171f2d99d486e194cffd49a705d9;p=ipfire-3.x.git paxtest: Install libs to right location on x86_64. --- diff --git a/paxtest/paxtest.nm b/paxtest/paxtest.nm index 662e49b37..cae3a7cee 100644 --- a/paxtest/paxtest.nm +++ b/paxtest/paxtest.nm @@ -5,7 +5,7 @@ name = paxtest version = 0.9.9 -release = 3 +release = 4 groups = Security/Tools url = http://pax.grsecurity.org/ @@ -22,20 +22,24 @@ sources = %{thisapp}.tgz build build - make -f Makefile.psm RUNDIR=/usr/lib/paxtest \ + make -f Makefile.psm RUNDIR=%{libdir}/paxtest \ %{PARALLELISMFLAGS} end install make -f Makefile.psm install DESTDIR=%{BUILDROOT} \ - RUNDIR=/usr/lib/paxtest BINDIR=/usr/bin + RUNDIR=%{libdir}/paxtest BINDIR=%{bindir} end + # Ignore errors on extract-debuginfo, because this + # package contains wrong/broken/unoptimized files by + # intention. + debuginfo_options = || : end quality-agent whitelist_execstack - /usr/lib/paxtest + %{libdir}/paxtest end end