commit d78e6de52c3e2da10508ec110527ac4357447070 parent 3fa9f3fa303160bb93292e838f7a25d55d9cb17c Author: Johannes Nixdorf <mixi@user-helfen-usern.de> Date: Thu Aug 12 19:04:46 +0200 ufoai: fix data install path Diffstat:
packages/games-strategy/ufoai/ufoai-2.3.exheres-0 | | | 2 | +- |
diff --git a/packages/games-strategy/ufoai/ufoai-2.3.exheres-0 b/packages/games-strategy/ufoai/ufoai-2.3.exheres-0 @@ -61,6 +61,6 @@ src_prepare() { src_install() { emake DESTDIR="${IMAGE}" install_exec - insinto /usr/share/${PN} + insinto /usr/share/${PN}/base doins base/*.pk3 }