psl1ght: Fix cores info path

This commit is contained in:
Vladimir Serbinenko 2020-05-04 11:43:47 +02:00
parent 3ecde62930
commit afe68f9cd8
1 changed files with 2 additions and 2 deletions

View File

@ -260,8 +260,8 @@ for f in `ls -v *_${platform}.${EXT}`; do
if [ $platform = "psl1ght" ] ; then if [ $platform = "psl1ght" ] ; then
mv -fv ../retroarch_psl1ght.self ../pkg/psl1ght/pkg/USRDIR/cores/"${name}_libretro_${platform}.SELF" mv -fv ../retroarch_psl1ght.self ../pkg/psl1ght/pkg/USRDIR/cores/"${name}_libretro_${platform}.SELF"
if [ -d ../../dist/info ]; then if [ -d ../../dist/info ]; then
mkdir -p ../pkg/psl1ght/USRDIR/cores/info mkdir -p ../pkg/psl1ght/pkg/USRDIR/cores/info
cp -fv ../../dist/info/"${name}_libretro.info" ../pkg/psl1ght/USRDIR/pkg/cores/info/"${name}_libretro.info" cp -fv ../../dist/info/"${name}_libretro.info" ../pkg/psl1ght/pkg/USRDIR/cores/info/"${name}_libretro.info"
fi fi
elif [ $platform = "ps3" ] ; then elif [ $platform = "ps3" ] ; then
if [ $PLATFORM = "ode-ps3" ] ; then if [ $PLATFORM = "ode-ps3" ] ; then