paxtest: Install libs to right location on x86_64.

This commit is contained in:
Michael Tremer 2012-03-02 16:11:19 +01:00
parent 4d7768039a
commit ea8a355cb2
1 changed files with 8 additions and 4 deletions

View File

@ -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