install.sh 111 B

12345678
  1. make install
  2. if [[ "$PKG_NAME" == *static ]]
  3. then
  4. rm -rfv ${PREFIX}/bin/*
  5. else
  6. rm -rfv ${PREFIX}/lib/*.a
  7. fi