Skip to content

Commit

Permalink
Merge pull request #26 from boenrobot/templateFix
Browse files Browse the repository at this point in the history
Corrected constant names in packagexmlsetup.php.tpl.
  • Loading branch information
saltybeagle committed Jul 30, 2014
2 parents 21c43b8 + b28bd29 commit a283876
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -34,7 +34,7 @@ PackageFileManager::create($package, $compatible)
->addReplacement('../src', 'php_dir', 'pear-config')
->addReplacement('GIT: $Id$', 'version', 'package-info')
//... or changing the end of line characters for OS specific files.
->addEolReplacement('*.bat', FileBuilder::EOL_WINDOWS)
->addEolReplacement('*.sh', FileBuilder::EOL_UNIX)
->addEolReplacement('*.bat', PackageFileManager::EOL_WINDOWS)
->addEolReplacement('*.sh', PackageFileManager::EOL_UNIX)
*/
->save();

0 comments on commit a283876

Please sign in to comment.