Merge pull request #819 from fewtarius/dev

Fix execution bit on raze and tyrquake startup scripts.
This commit is contained in:
fewtarius 2022-12-19 21:33:38 -05:00 committed by GitHub
commit 1d737c056a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -63,4 +63,5 @@ makeinstall_target() {
mkdir -p ${INSTALL}/usr/lib/autostart/common
cp ${PKG_DIR}/sources/autostart/common/* ${INSTALL}/usr/lib/autostart/common
chmod 0755 ${INSTALL}/usr/lib/autostart/common/*
}

View file

@ -51,4 +51,5 @@ makeinstall_target() {
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
chmod 0755 ${INSTALL}/usr/lib/autostart/common/*
}