Skip to content

Commit

Permalink
games-strategy/outerspace: Fix installing files into sitedir
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Aug 28, 2019
1 parent 0838126 commit 05861cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games-strategy/outerspace/outerspace-0.5.68-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ python_install() {

# source tarball is missing files
# get them from ubuntu.deb
insinto "$(python_get_sitedir)"/ige/ospace/Rules
doins "${WORKDIR}"/usr/share/games/outerspace/libsrvr/ige/ospace/Rules/{Tech,techs}.spf
python_moduleinto ige.ospace.Rules
python_domodule "${WORKDIR}"/usr/share/games/outerspace/libsrvr/ige/ospace/Rules/{Tech,techs}.spf
}

src_prepare() {
Expand Down

0 comments on commit 05861cf

Please sign in to comment.