|
From: Yoda-JM <yo...@us...> - 2009-07-02 17:07:55
|
Module: performous
Branch: master
Commit: a2e1471edf75c123bd4509364e41efd176b009f9
Author: Vincent Le Ligeour <yo...@us...>
Date: Thu Jul 2 19:07:11 2009 +0200
Fixed git ebuild songs install directory
---
.../games-arcade/performous/performous-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/portage-overlay/games-arcade/performous/performous-9999.ebuild b/portage-overlay/games-arcade/performous/performous-9999.ebuild
index 910ab0a..154165c 100644
--- a/portage-overlay/games-arcade/performous/performous-9999.ebuild
+++ b/portage-overlay/games-arcade/performous/performous-9999.ebuild
@@ -105,7 +105,7 @@ src_install() {
keepdir "/usr/ultrastar/songs"
rm -rf "${D}/usr/share/${PN}"/{applications,pixmaps}
if use songs; then
- insinto "/usr/ultrastar"
+ insinto "/usr/share/games/ultrastar"
doins -r ../songs || die "doins songs failed"
fi
doicon data/${PN}.xpm
|