Skip to content

Commit

Permalink
Fix issue with build for modmore distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-H committed Aug 16, 2013
1 parent e6753e3 commit 69d7239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build/build.transport.php
Expand Up @@ -59,7 +59,7 @@ function getSnippetContent($filename = '') {

$modx->loadClass('transport.modPackageBuilder','',false, true);
$builder = new modPackageBuilder($modx);
$builder->directory = dirname(dirname(__FILE__)).'/_packages/';
$builder->directory = $targetDirectory;
$builder->createPackage(PKG_NAME_LOWER,PKG_VERSION,PKG_RELEASE);
$builder->registerNamespace(PKG_NAME_LOWER,false,true,'{core_path}components/'.PKG_NAME_LOWER.'/');
$modx->getService('lexicon','modLexicon');
Expand Down

0 comments on commit 69d7239

Please sign in to comment.