Packaging and Makefile fixes.

This commit is contained in:
Matthew
2010-08-06 12:00:26 +12:00
parent 71792a8f09
commit 120a5fa66b
5 changed files with 13 additions and 11 deletions

View File

@@ -115,7 +115,7 @@ install: all
@echo "#!/bin/sh" > openra
@echo "cd "$(datadir)"/openra" >> openra
@echo "mono "$(datadir)"/openra/OpenRA.Game.exe" >> openra
@echo "mono "$(datadir)"/openra/OpenRA.Game.exe SupportDir=.openra" >> openra
@$(INSTALL_PROGRAM) -d $(BIN_INSTALL_DIR)
@$(INSTALL_PROGRAM) -m +rx openra $(BIN_INSTALL_DIR)