summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/logclean/logclean-7.6.ebuild')
-rw-r--r--app-admin/logclean/logclean-7.6.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-admin/logclean/logclean-7.6.ebuild b/app-admin/logclean/logclean-7.6.ebuild
index 4f6e71b2..678157ab 100644
--- a/app-admin/logclean/logclean-7.6.ebuild
+++ b/app-admin/logclean/logclean-7.6.ebuild
@@ -13,7 +13,6 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+eix zsh-completion"
-PROPERTIES="live"
DEPEND="eix? ( app-portage/eix )"
@@ -26,7 +25,7 @@ src_unpack() {
src_install() {
dobin "${PN}"
if use zsh-completion
- then insinto ${EPREFIX%/}/usr/share/zsh/site-functions
+ then insinto /usr/share/zsh/site-functions
doins "_${PN}"
fi
}