Fix syntax. Mea culpra

This commit is contained in:
joerg 2009-09-20 10:44:33 +00:00
parent c44e3f85fd
commit 1c4b20f00a

View file

@ -1,4 +1,4 @@
# $NetBSD: install.mk,v 1.55 2009/09/18 10:11:48 joerg Exp $
# $NetBSD: install.mk,v 1.56 2009/09/20 10:44:33 joerg Exp $
#
# This file provides the code for the "install" phase.
#
@ -344,7 +344,7 @@ install-strip-debug: plist
${RUN}${CAT} ${_PLIST_NOKEYWORDS} \
| ${SED} -e 's|^|${DESTDIR}${PREFIX}/|' \
| while read f; do \
tmp_f="$${fname}.XXX"
tmp_f="$${fname}.XXX"; \
if ${STRIP} -g -o "$${tmp_f}" "$${f}" 2> /dev/null; then \
[ ! -f "$${f}.tmpXXX" ] || \
${MV} "$${tmp_f}" "$${f}"; \