Autostart

This commit is contained in:
travis134 2022-08-28 19:54:10 -07:00
parent 3a30694697
commit eb5c6b397f
No known key found for this signature in database
GPG key ID: FB8B9EEA5CEF2984

View file

@ -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
}