mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/fann: Fix .pc file location.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
e9fde4660d
commit
badb5b870a
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Fix install destination of .pc file
|
||||
sed -i \
|
||||
-e 's:/lib/pkgconfig:/lib${LIB_SUFFIX}/pkgconfig:' \
|
||||
CMakeLists.txt
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
|
Loading…
Reference in a new issue