diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-01-28 21:08:50 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-01-28 21:08:50 +0000 |
commit | 763a8298362e8c9f326d1f64c1cbc54737d010e0 (patch) | |
tree | a6803a3d90f1233681dfc1861eda27b97c0b6690 /kde-base/kbattleship/kbattleship-4.3.5.ebuild | |
parent | Fix LICENSE: same terms as perl (#301969) (diff) | |
download | gentoo-2-763a8298362e8c9f326d1f64c1cbc54737d010e0.tar.gz gentoo-2-763a8298362e8c9f326d1f64c1cbc54737d010e0.tar.bz2 gentoo-2-763a8298362e8c9f326d1f64c1cbc54737d010e0.zip |
Fix installation
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/kbattleship/kbattleship-4.3.5.ebuild')
-rw-r--r-- | kde-base/kbattleship/kbattleship-4.3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/kbattleship/kbattleship-4.3.5.ebuild b/kde-base/kbattleship/kbattleship-4.3.5.ebuild index 1ccade20efef..1def744ff898 100644 --- a/kde-base/kbattleship/kbattleship-4.3.5.ebuild +++ b/kde-base/kbattleship/kbattleship-4.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kbattleship/kbattleship-4.3.5.ebuild,v 1.3 2010/01/28 12:48:35 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbattleship/kbattleship-4.3.5.ebuild,v 1.4 2010/01/28 21:08:50 abcd Exp $ EAPI="2" @@ -23,7 +23,7 @@ src_prepare() { src_install() { kde4-meta_src_install # and also we have to prepare the ggz dir - dodir /usr/share/ggz/modules + insinto /usr/share/ggz/modules newins ${PN}/src/module.dsc ${P}.dsc } |