mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/ppsspp: Rename .info file to avoid confusion.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
11e4e4b37d
commit
c5984bb7e3
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue