libffi: use right prefix
parent
76a56b551c
commit
13d3b83ab4
|
@ -4,10 +4,10 @@ release: 1
|
|||
sources: ftp://sourceware.org/pub/libffi/libffi-%{version}.tar.gz
|
||||
|
||||
@install
|
||||
set -e;
|
||||
cd libffi-%{version};
|
||||
set -e
|
||||
cd libffi-%{version}
|
||||
make DESTDIR="%{pkg}" install
|
||||
cd "%{pkg}";
|
||||
mv usr/lib/libffi-%{version}/include usr;
|
||||
nuke usr/lib/libffi-%{version}
|
||||
cd "%{pkg}"
|
||||
mv ./%{prefix}/lib/libffi-%{version}/include ./%{prefix}
|
||||
nuke ./%{prefix}/lib/libffi-%{version}
|
||||
|
||||
|
|
Reference in New Issue