parent
9c26f93b74
commit
2ad1e91f69
|
@ -1489,7 +1489,6 @@ then
|
||||||
then
|
then
|
||||||
|
|
||||||
cd $RADIR
|
cd $RADIR
|
||||||
rm -rfv ngc/bot_pkg
|
|
||||||
echo "BUILDBOT JOB: $jobid Building"
|
echo "BUILDBOT JOB: $jobid Building"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
@ -1520,15 +1519,15 @@ then
|
||||||
cp retroarch.cfg retroarch.default.cfg
|
cp retroarch.cfg retroarch.default.cfg
|
||||||
|
|
||||||
|
|
||||||
mkdir -p ngc/bot_pkg/
|
mkdir -p ngc/pkg/
|
||||||
mkdir -p ngc/bot_pkg/cheats
|
mkdir -p ngc/pkg/cheats
|
||||||
mkdir -p ngc/bot_pkg/database
|
mkdir -p ngc/pkg/database
|
||||||
mkdir -p ngc/bot_pkg/database/cursors
|
mkdir -p ngc/pkg/database/cursors
|
||||||
mkdir -p ngc/bot_pkg/database/rdb
|
mkdir -p ngc/pkg/database/rdb
|
||||||
|
|
||||||
cp -Rfv media/libretrodb/cht/* ngc/bot_pkg/cheats
|
cp -Rfv media/libretrodb/cht/* ngc/pkg/cheats
|
||||||
cp -Rfv media/libretrodb/rdb/* ngc/bot_pkg/database/rdb
|
cp -Rfv media/libretrodb/rdb/* ngc/pkg/database/rdb
|
||||||
cp -Rfv media/libretrodb/cursors/* ngc/bot_pkg/database/cursors
|
cp -Rfv media/libretrodb/cursors/* ngc/pkg/database/cursors
|
||||||
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue