Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.lib.mk,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/share/mk/bsd.lib.mk 1993/04/08 14:10:30 1.6 +++ src/share/mk/bsd.lib.mk 1993/04/08 17:18:44 1.7 @@ -100,7 +100,7 @@ depend: .depend .if !target(install) .if !target(beforeinstall) beforeinstall: - @if [ ! -d ${DESTDIR}${LIBDIR} ]; then \ + @if [ ! -d "${DESTDIR}${LIBDIR}" ]; then \ /bin/rm -f ${DESTDIR}${LIBDIR} ; \ mkdir -p ${DESTDIR}${LIBDIR} ; \ chown root.wheel ${DESTDIR}${LIBDIR} ; \