From: Antoine Leca Date: Sat, 6 Apr 2013 22:22:07 +0000 (+0000) Subject: etcfiles: Improve the "install" message X-Git-Tag: v3.3.0~1050 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-signzone.html?a=commitdiff_plain;h=0f487a702b54d45d02733532c68ee7137e3c6caf;p=minix.git etcfiles: Improve the "install" message --- diff --git a/etc/Makefile b/etc/Makefile index 549054730..695b3a270 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -336,7 +336,7 @@ install-etc-files: .PHONY .MAKE check_DESTDIR MAKEDEV ${BINOWN} ${BINGRP} ${BINMODE} ${NETBSDSRCDIR}/etc/ ${DESTDIR}/etc/ motd \ ${BINOWN} ${BINGRP} ${BINMODE} ${NETBSDSRCDIR}/etc/ ${DESTDIR}/etc/ rc.conf \ ${BINOWN} ${BINGRP} ${BINMODE} ${NETBSDSRCDIR}/etc/ ${DESTDIR}/etc/ profile - ${_MKMSG_INSTALL} ${DESTDIR}${_dir}${file} + ${_MKMSG_INSTALL} ${DESTDIR}${tdir}${files:T} if [ ! -e ${tdir} ]; then \ ${INSTALL_DIR} ${tdir}; \ fi; \ @@ -449,7 +449,7 @@ install-etc-files-safe: .PHONY .MAKE check_DESTDIR MAKEDEV ast users ${NONBINMODE} ${NETBSDSRCDIR}/etc/ast/ ${DESTDIR}/home/ast/ .[aepv]* \ bin ${BINGRP} ${NONBINMODE} ${NETBSDSRCDIR}/etc/ast/ ${DESTDIR}/home/bin/ .[aepv]* \ - ${_MKMSG_INSTALL} ${DESTDIR}${_dir}${file} + ${_MKMSG_INSTALL} ${DESTDIR}${tdir}${files:T} if [ ! -e ${tdir} ]; then \ ${INSTALL_DIR} ${tdir}; \ fi; \