include lib/ dir, use it as include path
[bdrem.git] / bin / makephar.php
index 6089b0c28ca7a435105afca568eeb5812c6a6ef5..13c1acd746aa2160d85ed343635dbd78f8c46300 100755 (executable)
@@ -18,7 +18,7 @@ $phar->buildFromDirectory(
     realpath(__DIR__ . '/../'),
     '#'
     . '^' . preg_quote(realpath(__DIR__ . '/../'), '#')
     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)'
     . '#'
 );
 
     . '#'
 );