summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-05-12 15:29:40 +0000
committerSamuli Suominen <drac@gentoo.org>2008-05-12 15:29:40 +0000
commitd3bcc89e73fc1ab7ede1eeb277d7a696c9e6b25c (patch)
tree5b4dfb56b3c842bb18f67c63fe59e62a9a78f0c5 /media-sound/shell-fm
parentalpha/ia64/sparc stable wrt #221063 (diff)
downloadgentoo-2-d3bcc89e73fc1ab7ede1eeb277d7a696c9e6b25c.tar.gz
gentoo-2-d3bcc89e73fc1ab7ede1eeb277d7a696c9e6b25c.tar.bz2
gentoo-2-d3bcc89e73fc1ab7ede1eeb277d7a696c9e6b25c.zip
And install scripts sanely.
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'media-sound/shell-fm')
-rw-r--r--media-sound/shell-fm/shell-fm-0.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/shell-fm/shell-fm-0.5.ebuild b/media-sound/shell-fm/shell-fm-0.5.ebuild
index 760443ec6265..843e00f919f4 100644
--- a/media-sound/shell-fm/shell-fm-0.5.ebuild
+++ b/media-sound/shell-fm/shell-fm-0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.5.ebuild,v 1.1 2008/05/12 15:26:34 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.5.ebuild,v 1.2 2008/05/12 15:29:40 drac Exp $
inherit toolchain-funcs
@@ -33,6 +33,6 @@ src_compile() {
src_install() {
dobin source/${PN} || die "dobin failed."
doman manual/${PN}.1
- insinto /usr/share/doc/${PF}/scripts
- doins scripts/{*.sh,zcontrol} || die "doins failed."
+ exeinto /usr/share/${PN}/scripts
+ doexe scripts/{*.sh,zcontrol} || die "doexe failed."
}