From 95681cad57a3bb6198162d0e94dc8f700ced60af Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 26 Feb 2014 20:57:41 +0100 Subject: include lib/ dir, use it as include path --- bin/makephar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/makephar.php') 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)' . '#' ); -- cgit v1.2.3