Lines Matching refs:file
5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
150 echo "Platform-specific configuration file ${TOPINCLUDE}/${HEADER_FILE} missing or not found!"
154 echo "Installing platform-specific configuration file ${TOPINCLUDE}/${HEADER_FILE}."
196 for file in \
204 if [ -f ${file} ] ; then
205 ${CP} -fp ${file} ${DOCDIR}/${file}
206 chmod 0644 ${DOCDIR}/${file}
210 if [ -d ${file} ] ; then
211 ${CP} -rfP ${file} ${DOCDIR}/
212 chmod 0755 ${DOCDIR}/${file}
229 for file in \
454 if [ -f ${file} ] ; then
455 ${CP} -fp ${file} ${NLSDIR}/${file}
456 chmod 0644 ${NLSDIR}/${file}
459 if [ -d $file ] ; then
460 ${CP} -rd ${file} ${NLSDIR}/
461 chmod 0755 ${NLSDIR}/${file}