diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-19 15:37:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-19 15:37:13 +0700 |
commit | c5984bb7e35dc1f5d21518981bbf9507bf177bdc (patch) | |
tree | b291a60f9626f430c5218ccf1a193451471671e8 /games/ppsspp | |
parent | 11e4e4b37db4cbc77fc681652fd1b84f77481070 (diff) |
games/ppsspp: Rename .info file to avoid confusion.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ppsspp')
-rw-r--r-- | games/ppsspp/ppsspp.SlackBuild | 2 | ||||
-rw-r--r-- | games/ppsspp/ppsspp_libretro.information (renamed from games/ppsspp/ppsspp_libretro.info) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/games/ppsspp/ppsspp.SlackBuild b/games/ppsspp/ppsspp.SlackBuild index 39df217e031a..4b12d52afb6f 100644 --- a/games/ppsspp/ppsspp.SlackBuild +++ b/games/ppsspp/ppsspp.SlackBuild @@ -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 diff --git a/games/ppsspp/ppsspp_libretro.info b/games/ppsspp/ppsspp_libretro.information index b9d6c7815bdb..b9d6c7815bdb 100644 --- a/games/ppsspp/ppsspp_libretro.info +++ b/games/ppsspp/ppsspp_libretro.information |