aboutsummaryrefslogtreecommitdiff
path: root/games/pcsx-rearmed
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2023-01-06 20:09:42 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-07 08:13:29 +0700
commit6b4148adeab86c86f248edefb2dd56de9882bb1c (patch)
tree1cacb0244e2693ea9b3abbee59e41af021637e71 /games/pcsx-rearmed
parent7bbc67d8986a032b456527242c7b676395c31552 (diff)
downloadslackbuilds-6b4148adeab86c86f248edefb2dd56de9882bb1c.tar.xz
games/pcsx-rearmed: Fix installing info file.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pcsx-rearmed')
-rw-r--r--games/pcsx-rearmed/pcsx-rearmed.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pcsx-rearmed/pcsx-rearmed.SlackBuild b/games/pcsx-rearmed/pcsx-rearmed.SlackBuild
index 21787671a839..114f966ca912 100644
--- a/games/pcsx-rearmed/pcsx-rearmed.SlackBuild
+++ b/games/pcsx-rearmed/pcsx-rearmed.SlackBuild
@@ -73,7 +73,7 @@ find -L . \
make -f Makefile.libretro DEBUG=$DEBUG
install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so
-install -Dm0644 $CWD/$LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info
+install -Dm0644 $CWD/$PRGNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info
if [ $DEBUG = 0 ]; then
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \