diff options
Diffstat (limited to 'net-p2p/dbhub/dbhub-0.399.ebuild')
-rw-r--r-- | net-p2p/dbhub/dbhub-0.399.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/dbhub/dbhub-0.399.ebuild b/net-p2p/dbhub/dbhub-0.399.ebuild index ec3e1b6b7f3c..f86e01c1db2b 100644 --- a/net-p2p/dbhub/dbhub-0.399.ebuild +++ b/net-p2p/dbhub/dbhub-0.399.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/net-p2p/dbhub/dbhub-0.399.ebuild,v 1.1 2007/01/26 17:17:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dbhub/dbhub-0.399.ebuild,v 1.2 2007/02/03 13:15:48 armin76 Exp $ inherit eutils @@ -26,7 +26,8 @@ src_unpack() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - doexe ${FILESDIR}/dbhub_setup.sh + exeinto /usr/bin/ + doexe "${FILESDIR}"/dbhub_setup.sh dodir /usr/share/dbhub/scripts insinto /usr/share/dbhub/scripts |