diff options
author | 2015-01-03 07:04:21 +0000 | |
---|---|---|
committer | 2015-01-03 07:04:21 +0000 | |
commit | 22c5b2caa85983c7ec3152ed5d8f8f82457b89c3 (patch) | |
tree | ab8e9dfce353d1c95dcc8fd5ad71d88a369c3d6c /games-board/maitretarot/maitretarot-0.1.98.ebuild | |
parent | tidy (diff) | |
download | gentoo-2-22c5b2caa85983c7ec3152ed5d8f8f82457b89c3.tar.gz gentoo-2-22c5b2caa85983c7ec3152ed5d8f8f82457b89c3.tar.bz2 gentoo-2-22c5b2caa85983c7ec3152ed5d8f8f82457b89c3.zip |
tidy
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board/maitretarot/maitretarot-0.1.98.ebuild')
-rw-r--r-- | games-board/maitretarot/maitretarot-0.1.98.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-board/maitretarot/maitretarot-0.1.98.ebuild b/games-board/maitretarot/maitretarot-0.1.98.ebuild index f47058251079..8d7812b37321 100644 --- a/games-board/maitretarot/maitretarot-0.1.98.ebuild +++ b/games-board/maitretarot/maitretarot-0.1.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/maitretarot/maitretarot-0.1.98.ebuild,v 1.8 2014/09/11 08:24:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/maitretarot/maitretarot-0.1.98.ebuild,v 1.9 2015/01/03 07:04:21 mr_bones_ Exp $ EAPI=5 inherit games @@ -25,7 +25,6 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog TODO + default prepgamesdirs } |