diff options
Diffstat (limited to 'x11-apps/simple-ccsm')
-rw-r--r-- | x11-apps/simple-ccsm/simple-ccsm-0.8.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-apps/simple-ccsm/simple-ccsm-0.8.4.ebuild b/x11-apps/simple-ccsm/simple-ccsm-0.8.4.ebuild index 1b86bdfd02e0..fc1b4364f51b 100644 --- a/x11-apps/simple-ccsm/simple-ccsm-0.8.4.ebuild +++ b/x11-apps/simple-ccsm/simple-ccsm-0.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/simple-ccsm-0.8.4.ebuild,v 1.1 2009/10/15 19:40:10 mrpouet Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/simple-ccsm-0.8.4.ebuild,v 1.2 2009/11/28 11:21:37 scarabeus Exp $ inherit distutils gnome2-utils @@ -18,11 +18,11 @@ RDEPEND="~dev-python/compizconfig-python-${PV} ~x11-apps/ccsm-${PV}" src_compile() { - distutils_src_compile --prefix=/usr + distutils_src_compile --prefix=/usr } src_install() { - distutils_src_install --prefix=/usr + distutils_src_install --prefix=/usr } pkg_postinst() { |