Browse Source

academic/ITK: Remove unnecessary pkg-config file.

pull/47/head
Benjamin Trigona-Harany 7 years ago
parent
commit
08ffe9b3df
  1. 3
      academic/ITK/ITK.SlackBuild

3
academic/ITK/ITK.SlackBuild

@ -100,6 +100,9 @@ cd build
make install DESTDIR=$PKG
cd ..
# remove pkg-config file for openjpeg since this overwrites system package for something that should be internal to ITK
rm -rf $PKG/usr/lib64/pkgconfig
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

Loading…
Cancel
Save