Lines Matching refs:packagepath
138 packagepath="RPMS"
139 jrefile=`find $packagepath -type f -name "jre*.rpm" -print`
146 if [ ! -f $packagepath/$jrefile ]; then
147 errortext="Error: Java Runtime Environment (JRE) not found in directory: $packagepath"
183 packagepath="RPMS"
187 packagepath="uninstalldata/jre"
190 jrefile=`find $packagepath -type f -name "jre*.rpm" -print`
197 if [ ! -f $packagepath/$jrefile ]; then
198 errortext="Error: Java Runtime Environment (JRE) not found in directory: $packagepath"
210 cp $packagepath/$jrefile $tempjrefile
223 sumA=`/usr/bin/sum $packagepath/$jrefile`