psl1ght: Fix cores info path
This commit is contained in:
parent
3ecde62930
commit
afe68f9cd8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue