diff options
author | Vadim A. Misbakh-Soloviov <mva@mva.name> | 2013-05-18 02:25:55 +0700 |
---|---|---|
committer | Vadim A. Misbakh-Soloviov <mva@mva.name> | 2013-05-18 02:25:55 +0700 |
commit | 442ea6c7a445cb56a74673a9a3cee4d0c6f000c3 (patch) | |
tree | 3cc62aaaba76389eff9b2b8a96ed69b5e38dbad0 /games-rpg | |
parent | [games-rpg/solarus] Fixed compilation + added luajit support (diff) | |
download | gamerlay-442ea6c7a445cb56a74673a9a3cee4d0c6f000c3.tar.gz gamerlay-442ea6c7a445cb56a74673a9a3cee4d0c6f000c3.tar.bz2 gamerlay-442ea6c7a445cb56a74673a9a3cee4d0c6f000c3.zip |
[games-rpg/solarus] Added languages
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/solarus/solarus-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games-rpg/solarus/solarus-9999.ebuild b/games-rpg/solarus/solarus-9999.ebuild index 9bc2fe2..83b66f0 100644 --- a/games-rpg/solarus/solarus-9999.ebuild +++ b/games-rpg/solarus/solarus-9999.ebuild @@ -38,6 +38,9 @@ src_prepare() { sed \ -e "s#-pedantic -Wall -Werror#-Wno-error -fpermissive#" \ -i "${S}/src/CMakeLists.txt" || die "compilation fix sed failed" + sed \ + -e "s%#%%g" \ + -i "${S}/quests/zsdx/data/languages/languages.dat" } src_configure() { |