Ensure gameserver start script is included in binary archives

This commit is contained in:
Tom Reynolds 2013-11-24 15:17:37 +00:00
parent 75298fcd72
commit fb749c6af3
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ cp mk/linux/megaglest_g3dviewer "$RELEASEDIR/"
cp mk/linux/start_megaglest "$RELEASEDIR/"
cp mk/linux/start_megaglest_mapeditor "$RELEASEDIR/"
cp mk/linux/start_megaglest_g3dviewer "$RELEASEDIR/"
cp mk/linux/start_megaglest_gameserver "$RELEASEDIR/"
echo "creating $PACKAGE"
cd $CURRENTDIR