Lines Matching refs:jrefile
64 if [ "x" != "x$jrefile" ]; then
65 jrecopy=-DJRE_FILE=$jrefile
139 jrefile=`find $packagepath -type f -name "jre*.rpm" -print`
140 jrefile=`basename $jrefile`
141 if [ -z "$jrefile" ]; then
142 jrefile="notfound"
146 if [ ! -f $packagepath/$jrefile ]; then
190 jrefile=`find $packagepath -type f -name "jre*.rpm" -print`
191 jrefile=`basename $jrefile`
192 if [ -z "$jrefile" ]; then
193 jrefile="notfound"
197 if [ ! -f $packagepath/$jrefile ]; then
209 tempjrefile=$tempdir/$jrefile
210 cp $packagepath/$jrefile $tempjrefile
223 sumA=`/usr/bin/sum $packagepath/$jrefile`