Home
last modified time | relevance | path

Searched refs:packagepath (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/setup_native/scripts/
H A Djavaloader.sh138 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
[all …]
/aoo41x/main/solenv/bin/modules/installer/
H A Dxpdinstaller.pm774 my $packagepath = $completepackagename;
775 installer::pathanalyzer::get_path_from_fullqualifiedname(\$packagepath);
780 my $systemcall = "$pkgfile -d $packagepath $packagename param VERSION 2\>\&1 |";

Completed in 21 milliseconds