- fix in FroxlorPkgCreator::pack() (better file name, path fix)

- added FroxlorDeployfileCreator
This commit is contained in:
Andreas Burchert (scarya)
2010-10-20 19:47:31 +00:00
parent a06211b497
commit 05897c3e01
2 changed files with 90 additions and 1 deletions

View File

@@ -132,7 +132,7 @@ class FroxlorPkgCreator
if ($zip->open($toPath, ZIPARCHIVE::OVERWRITE)) {
// write data
foreach ($this->_config as $var) {
$zip->addFile($var);
$zip->addFile($var, strstr($var, "lib/"));
}
// close it