summaryrefslogtreecommitdiff
path: root/x11-misc/xshot/xshot-1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-09-28 10:06:15 +0200
committerKarel Kočí <cynerd@email.cz>2018-09-28 10:06:15 +0200
commit9253efd988a7c9922cee69e4a0148f0c5618a506 (patch)
tree574322dbc48de8f872c35045fe3ed349f246b59d /x11-misc/xshot/xshot-1.ebuild
parent6f6d67d20f12f94cacfc0f85a2548cfbe4b972d1 (diff)
downloadgentoo-personal-overlay-9253efd988a7c9922cee69e4a0148f0c5618a506.tar.gz
gentoo-personal-overlay-9253efd988a7c9922cee69e4a0148f0c5618a506.tar.bz2
gentoo-personal-overlay-9253efd988a7c9922cee69e4a0148f0c5618a506.zip
Try to cleanup ebuild insts little bit
Diffstat (limited to 'x11-misc/xshot/xshot-1.ebuild')
-rw-r--r--x11-misc/xshot/xshot-1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/xshot/xshot-1.ebuild b/x11-misc/xshot/xshot-1.ebuild
index 8e89304..2cd933c 100644
--- a/x11-misc/xshot/xshot-1.ebuild
+++ b/x11-misc/xshot/xshot-1.ebuild
@@ -11,5 +11,5 @@ KEYWORDS="amd64 x86"
RDEPEND="media-gfx/imagemagick"
src_install() {
- doexe "${FILESDIR}/xshot"
+ dobin "${FILESDIR}/xshot"
}