diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2007-12-04 00:04:30 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2007-12-04 00:04:30 +0000 |
commit | 46ade8cf0be1aed9263763c13bdb68f3b01f9c2e (patch) | |
tree | fbd0331206624c0e609d7e10e0d8ad9dc8a6d140 /games-arcade | |
parent | added initgroups patch (diff) | |
download | gentoo-2-46ade8cf0be1aed9263763c13bdb68f3b01f9c2e.tar.gz gentoo-2-46ade8cf0be1aed9263763c13bdb68f3b01f9c2e.tar.bz2 gentoo-2-46ade8cf0be1aed9263763c13bdb68f3b01f9c2e.zip |
Missing check for songs installation
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild b/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild index 6548ba7bef24..8c31da8e3354 100644 --- a/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild +++ b/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v 1.3 2007/12/03 22:11:04 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v 1.4 2007/12/04 00:04:30 tupone Exp $ inherit eutils games @@ -87,7 +87,7 @@ src_install() { keepdir "${GAMES_DATADIR}"/${PN}/songs if use songs; then insinto "${GAMES_DATADIR}"/${PN} - doins -r ../songs + doins -r ../songs || die "doins songs failed" fi mv "${D}${GAMES_DATADIR}"/{applications,pixmaps} "${D}"/usr/share/ dodoc AUTHORS ChangeLog README TODO |