diff options
author | Karel Kočí <cynerd@email.cz> | 2018-09-28 10:06:15 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-09-28 10:06:15 +0200 |
commit | 9253efd988a7c9922cee69e4a0148f0c5618a506 (patch) | |
tree | 574322dbc48de8f872c35045fe3ed349f246b59d /x11-misc | |
parent | 6f6d67d20f12f94cacfc0f85a2548cfbe4b972d1 (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-misc/xshot/xshot-1.ebuild | 2 |
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" } |