Merge pull request #819 from fewtarius/dev
Fix execution bit on raze and tyrquake startup scripts.
This commit is contained in:
commit
1d737c056a
2 changed files with 2 additions and 0 deletions
|
@ -63,4 +63,5 @@ makeinstall_target() {
|
||||||
|
|
||||||
mkdir -p ${INSTALL}/usr/lib/autostart/common
|
mkdir -p ${INSTALL}/usr/lib/autostart/common
|
||||||
cp ${PKG_DIR}/sources/autostart/common/* ${INSTALL}/usr/lib/autostart/common
|
cp ${PKG_DIR}/sources/autostart/common/* ${INSTALL}/usr/lib/autostart/common
|
||||||
|
chmod 0755 ${INSTALL}/usr/lib/autostart/common/*
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,4 +51,5 @@ makeinstall_target() {
|
||||||
cp -rf $PKG_DIR/config/common/* $INSTALL/usr/config/game/tyrquake
|
cp -rf $PKG_DIR/config/common/* $INSTALL/usr/config/game/tyrquake
|
||||||
chmod 0755 $INSTALL/usr/config/game/tyrquake/games/*sh
|
chmod 0755 $INSTALL/usr/config/game/tyrquake/games/*sh
|
||||||
cp $PKG_DIR/sources/autostart/common/* $INSTALL/usr/lib/autostart/common
|
cp $PKG_DIR/sources/autostart/common/* $INSTALL/usr/lib/autostart/common
|
||||||
|
chmod 0755 ${INSTALL}/usr/lib/autostart/common/*
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue