diff options
author | eroen <eroen-overlay@occam.eroen.eu> | 2016-09-02 14:20:05 +0200 |
---|---|---|
committer | eroen <eroen-overlay@occam.eroen.eu> | 2016-09-02 14:20:05 +0200 |
commit | dc49ca9ac9fd38b7da549d7015b7c3e957ffa473 (patch) | |
tree | 0ae9bed23fba3c219dfc30fe7bf5ae293c76ab00 /games-rpg/morrowind-data | |
parent | openmw - make 0.40.0 an rc (diff) | |
download | eroen-dc49ca9ac9fd38b7da549d7015b7c3e957ffa473.tar.gz eroen-dc49ca9ac9fd38b7da549d7015b7c3e957ffa473.tar.bz2 eroen-dc49ca9ac9fd38b7da549d7015b7c3e957ffa473.zip |
morrowind-data - move data to (our) openmw default
Diffstat (limited to 'games-rpg/morrowind-data')
-rw-r--r-- | games-rpg/morrowind-data/morrowind-data-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/morrowind-data/morrowind-data-9999.ebuild b/games-rpg/morrowind-data/morrowind-data-9999.ebuild index a16b254..0537b26 100644 --- a/games-rpg/morrowind-data/morrowind-data-9999.ebuild +++ b/games-rpg/morrowind-data/morrowind-data-9999.ebuild @@ -27,7 +27,7 @@ STEAM_platform=windows src_install() { insinto /usr/share/morrowind-data - doins -r "Data Files" + doins -r "Data Files/." doins Morrowind.ini Journal.htm dodoc Bethesda.TXT readme.txt } @@ -39,7 +39,7 @@ pkg_postinst() { elog " openmw-iniimporter /usr/share/morrowind-data/Morrowind.ini ~/.config/openmw/openmw.cfg" elog elog "Then launch openmw with a command like" - elog " openmw --data \"\\\"/usr/share/morrowind-data/Data Files\\\"\" --content Morrowind.esm --content Tribunal.esm --content Bloodmoon.esm" + elog " openmw --content Morrowind.esm --content Tribunal.esm --content Bloodmoon.esm" elog elog "Alternatively, you can use openmw-launcher to set up the" elog "configuration files." |