Searched refs:relocations (Results 1 – 1 of 1) sorted by relevance
165 String relocations = helper.getRelocationString(packageData, packageName); in installPackage() local166 if ( relocations != null ) { in installPackage()172 File localInstallDir = new File(installDir, relocations); // "/" -> "/opt" in installPackage()177 relocations = relocations + "=" + fixedInstallDir; in installPackage()248 if ( relocations != null ) { in installPackage()250 rpmVector.add(relocations); in installPackage()
Completed in 14 milliseconds