aboutsummaryrefslogtreecommitdiff
path: root/bin/makephar.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-02-26 20:57:41 +0100
committerChristian Weiske <cweiske@cweiske.de>2014-02-26 20:57:41 +0100
commit95681cad57a3bb6198162d0e94dc8f700ced60af (patch)
tree3858edfcaff32b55885f908f20fc74a5cc7ba721 /bin/makephar.php
parent2c310662cdbbcc84eab87af90b2b1ee964c560c1 (diff)
downloadbdrem-95681cad57a3bb6198162d0e94dc8f700ced60af.tar.gz
bdrem-95681cad57a3bb6198162d0e94dc8f700ced60af.zip
include lib/ dir, use it as include path
Diffstat (limited to 'bin/makephar.php')
-rwxr-xr-xbin/makephar.php2
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)'
. '#'
);