diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-31 17:52:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-31 17:52:35 +0000 |
commit | 6331c6a6bcb7f8a08a6fe2a2f88acd29f1a534cc (patch) | |
tree | e4eb95cea7860ad6736d12bc167cb1e2dab7623f /dev-db/pgtune | |
parent | set default CHOST to x86_64-pc-linux-gnux32 (diff) | |
download | gentoo-2-6331c6a6bcb7f8a08a6fe2a2f88acd29f1a534cc.tar.gz gentoo-2-6331c6a6bcb7f8a08a6fe2a2f88acd29f1a534cc.tar.bz2 gentoo-2-6331c6a6bcb7f8a08a6fe2a2f88acd29f1a534cc.zip |
whitespace
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/pgtune')
-rw-r--r-- | dev-db/pgtune/pgtune-0.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/pgtune/pgtune-0.9.3.ebuild b/dev-db/pgtune/pgtune-0.9.3.ebuild index dd6f306dc78e..19333b462a9f 100644 --- a/dev-db/pgtune/pgtune-0.9.3.ebuild +++ b/dev-db/pgtune/pgtune-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgtune/pgtune-0.9.3.ebuild,v 1.1 2012/08/29 08:09:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgtune/pgtune-0.9.3.ebuild,v 1.2 2012/08/31 17:52:35 mr_bones_ Exp $ EAPI=4 inherit eutils @@ -21,7 +21,7 @@ DEPEND="${RDEPEND}" src_install() { mkdir -p ${D}/usr/bin mkdir -p ${D}/usr/share/doc/${P} - cp "${S}/pgtune" "${D}/usr/bin/pgtune" || die + cp "${S}/pgtune" "${D}/usr/bin/pgtune" || die for i in COPYRIGHT README TODO pg_settings-8.4-32 pg_settings-8.4-64 pgtune-settingsdir.patch pgtune.spec postgresql.conf.sample; do cp "${S}/${i}" "${D}/usr/share/doc/${P}" || die done |