Autostart
This commit is contained in:
parent
3a30694697
commit
eb5c6b397f
1 changed files with 5 additions and 0 deletions
|
@ -45,5 +45,10 @@ pre_configure_target() {
|
|||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/lib/libretro
|
||||
mkdir -p $INSTALL/usr/config/game/tyrquake
|
||||
mkdir -p $INSTALL/usr/lib/autostart/common
|
||||
cp tyrquake_libretro.so $INSTALL/usr/lib/libretro/
|
||||
cp -rf $PKG_DIR/config/common/* $INSTALL/usr/config/game/tyrquake
|
||||
chmod 0755 $INSTALL/usr/config/game/tyrquake/games/*sh
|
||||
cp $PKG_DIR/sources/autostart/common/* $INSTALL/usr/lib/autostart/common
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue