From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- app-text/catdoc/catdoc-0.95-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-text/catdoc/catdoc-0.95-r1.ebuild') diff --git a/app-text/catdoc/catdoc-0.95-r1.ebuild b/app-text/catdoc/catdoc-0.95-r1.ebuild index c3758c220516..6940f7b90c38 100644 --- a/app-text/catdoc/catdoc-0.95-r1.ebuild +++ b/app-text/catdoc/catdoc-0.95-r1.ebuild @@ -31,7 +31,7 @@ src_prepare() { } src_configure() { - econf --with-install-root="${D}" \ + econf \ $(use_with tk wish "${EPREFIX}"/usr/bin/wish) \ $(use_enable tk wordview) } @@ -41,7 +41,7 @@ src_compile() { } src_install() { - default + emake install installroot="${ED}" # dev-libs/libxls and app-text/catdoc both provide xls2cvs if [[ -e ${ED}/usr/bin/xls2csv ]]; then -- cgit v1.2.3