[dev-libs/Ice] fix another case of overquoting

This commit is contained in:
Robert Förster 2016-01-27 08:46:16 +01:00
parent b73ce80b95
commit ea259d0dd3
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ src_install() {
if use php ; then if use php ; then
insinto "/usr/share/php/${PN}" 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 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}/* 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}/*