Hi, Torsten Veller : > find "${S}" -type f -name "._*" -print0 | while read -rd '' > f ; do einfo "Removing AppleDouble encoded Macintosh file: ${f#${S}/}" > rm -f "${f}" > f=${f#${S}/} > # f=${f//\//\/} > # f=${f//\./\.} > # sed -i "/${f}/d" "${S}"/MANIFEST || die > grep -q "${f}" "${S}"/MANIFEST && \ > elog "AppleDouble encoded Macintosh file in > MANIFEST: ${f#${S}/}" done > } Are those f= lines commented? And what was their purpose? Can they be deleted? > if [[ -d ${D}/${VENDOR_LIB} ]] ; then Haven't checked, but quotes not needed? V-Li -- Christian Faulhammer, Gentoo Lisp project , #gentoo-lisp on FreeNode