diff options
author | 2012-04-01 00:25:43 +0000 | |
---|---|---|
committer | 2012-04-01 00:25:43 +0000 | |
commit | fd68b582b0192af35bc7759c1211ed92f8b54d4c (patch) | |
tree | 24305b211d3a9f044e85744935fc9d00efba2e69 /games-strategy/openra/files/openra-0_pre20120304-makefile.patch | |
parent | games-strategy/openra: New Ebuild for bug 372029 (diff) | |
download | sunrise-fd68b582b0192af35bc7759c1211ed92f8b54d4c.tar.gz sunrise-fd68b582b0192af35bc7759c1211ed92f8b54d4c.tar.bz2 sunrise-fd68b582b0192af35bc7759c1211ed92f8b54d4c.zip |
games-strategy/openra: fix typo
svn path=/sunrise/; revision=12895
Diffstat (limited to 'games-strategy/openra/files/openra-0_pre20120304-makefile.patch')
-rw-r--r-- | games-strategy/openra/files/openra-0_pre20120304-makefile.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/openra/files/openra-0_pre20120304-makefile.patch b/games-strategy/openra/files/openra-0_pre20120304-makefile.patch index 9e7edfa02..4dacda35d 100644 --- a/games-strategy/openra/files/openra-0_pre20120304-makefile.patch +++ b/games-strategy/openra/files/openra-0_pre20120304-makefile.patch @@ -34,7 +34,7 @@ fix non-modifable paths and broken install-rules - @echo "mono "$(datadir)"/openra/OpenRA.Game.exe \"$$""@\"" >> openra + @echo "exec mono "$(datadir)"/openra/OpenRA.Game.exe \"$$""@\"" >> openra + -+ @echo "#!/bin/sh" > openra ++ @echo "#!/bin/sh" > openra-editor + @echo "cd "$(datadir)"/openra" >> openra-editor + @echo "exec mono "$(datadir)"/openra/OpenRA.Editor.exe \"$$""@\"" >> openra-editor |