From f9ec0290bc27d6449344c5041deb8032616b8fbe Mon Sep 17 00:00:00 2001 From: Elijah El Lazkani Date: Thu, 28 Jun 2012 19:17:18 -0400 Subject: Removed useless quotations and used dobin instead of manually creating the binary... --- media-video/flowblade/flowblade-0.6.0.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/media-video/flowblade/flowblade-0.6.0.ebuild b/media-video/flowblade/flowblade-0.6.0.ebuild index 482ea29..4f32a5c 100644 --- a/media-video/flowblade/flowblade-0.6.0.ebuild +++ b/media-video/flowblade/flowblade-0.6.0.ebuild @@ -38,19 +38,17 @@ src_prepare() { src_install() { - insinto /usr/bin/ - doins "${PN}" - fperms 755 /usr/bin/"${PN}" + dobin ${PN} insinto /usr/share/${PN} doins -r Flowblade/* - doman installdata/"${PN}".1 + doman installdata/${PN}.1 dodoc README - doicon installdata/"${PN}".png - domenu installdata/"${PN}".desktop + doicon installdata/${PN}.png + domenu installdata/${PN}.desktop insinto /usr/share/mime/packages/ - doins installdata/"${PN}".xml + doins installdata/${PN}.xml } pkg_postinst() { -- cgit v1.2.3-65-gdbad