games/ppsspp: Rename .info file to avoid confusion.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-04-19 15:37:13 +07:00
parent 11e4e4b37d
commit c5984bb7e3
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ cp icons/icon-512.svg $PKG/usr/share/pixmaps/ppsspp.svg
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info
cp build-sdl/lib/ppsspp_libretro.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro
cp $CWD/ppsspp_libretro.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info
cp $CWD/ppsspp_libretro.information $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info
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