Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
Hi,
Torsten Veller <ml-en@...>:
> 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
<URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
<URL:http://gentoo.faulhammer.org/>
|
|