Searched refs:packagepath (Results 1 – 2 of 2) sorted by relevance
138 packagepath="RPMS"139 jrefile=`find $packagepath -type f -name "jre*.rpm" -print`146 if [ ! -f $packagepath/$jrefile ]; then147 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 ]; then198 errortext="Error: Java Runtime Environment (JRE) not found in directory: $packagepath"210 cp $packagepath/$jrefile $tempjrefile[all …]
774 my $packagepath = $completepackagename;775 installer::pathanalyzer::get_path_from_fullqualifiedname(\$packagepath);780 my $systemcall = "$pkgfile -d $packagepath $packagename param VERSION 2\>\&1 |";
Completed in 15 milliseconds