mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-09 07:21:54 +00:00
Update PEAR packager
- Ignore standalone directories - Normalize base directory with realpath git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1447 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
c330860606
commit
a7e6d85f6d
@ -10,11 +10,11 @@ $pkg->setOptions(
|
|||||||
array(
|
array(
|
||||||
'baseinstalldir' => '/',
|
'baseinstalldir' => '/',
|
||||||
'packagefile' => 'package2.xml',
|
'packagefile' => 'package2.xml',
|
||||||
'packagedirectory' => dirname(__FILE__) . '/library',
|
'packagedirectory' => realpath(dirname(__FILE__) . '/library'),
|
||||||
'filelistgenerator' => 'file',
|
'filelistgenerator' => 'file',
|
||||||
'include' => array('*'),
|
'include' => array('*'),
|
||||||
'dir_roles' => array('/' => 'php'), // hack to put .ser in the right place
|
'dir_roles' => array('/' => 'php'), // hack to put .ser in the right place
|
||||||
'ignore' => array('HTMLPurifier.auto.php'),
|
'ignore' => array('HTMLPurifier.auto.php', 'HTMLPurifier.standalone.php', 'standalone/'),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user