From b73ce80b9546df5b808f85c79c6711b89e5f4970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Wed, 27 Jan 2016 03:38:25 +0100 Subject: [PATCH] [dev-libs/Ice] missed one, also fix editor stupidity --- dev-libs/Ice/Ice-3.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/Ice/Ice-3.6.1.ebuild b/dev-libs/Ice/Ice-3.6.1.ebuild index eaed29b..e993a68 100644 --- a/dev-libs/Ice/Ice-3.6.1.ebuild +++ b/dev-libs/Ice/Ice-3.6.1.ebuild @@ -231,9 +231,9 @@ src_install() { if use php ; then insinto "/usr/share/php/${PN}" - doins $(cd php/lib; find ${S}/php/lib/ -name '*.php' -print) + doins "$(cd php/lib; find ${S}/php/lib/ -name '*.php' -print)" for dir in $( cd "${D}/usr/share/${P}/slice" ; ls -1 ); do - mkdir -p "${D}/usr/share/php/${dir}"" + mkdir -p "${D}/usr/share/php/${dir}" LD_LIBRARY_PATH="${D}/usr/$(get_libdir):${LD_LIBRARY_PATH}" ${D}/usr/bin/slice2php -I${D}/usr/share/${P}/slice/ --all --output-dir ${D}/usr/share/php/${dir} --ice ${D}/usr/share/${P}/slice/${dir}/* done