diff options
Diffstat (limited to 'bin/makephar.php')
| -rwxr-xr-x | bin/makephar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/makephar.php b/bin/makephar.php index 6089b0c..13c1acd 100755 --- a/bin/makephar.php +++ b/bin/makephar.php @@ -18,7 +18,7 @@ $phar->buildFromDirectory( realpath(__DIR__ . '/../'), '#' . '^' . preg_quote(realpath(__DIR__ . '/../'), '#') - . '/(data/bdrem.config.php.dist|src/bdrem/|www/|README\.rst)' + . '/(data/bdrem.config.php.dist|lib/|src/bdrem/|www/|README\.rst)' . '#' ); |
