# HG changeset patch # User Denis Laxalde # Date 1477312896 -7200 # Node ID 9a6a8a68372833544d4acf2b20806ebb152fd4e4 # Parent 7cf5a915e2e91a05eb8386456c41ac11d554f113 [pkg] Do not install sql scripts in /share/cubicweb/schemas These are already site-packages along with cubicweb package. diff -r 7cf5a915e2e9 -r 9a6a8a683728 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Mon Oct 24 10:08:36 2016 +0200 +++ b/cubicweb/__pkginfo__.py Mon Oct 24 14:41:36 2016 +0200 @@ -77,8 +77,6 @@ # data files that shall be copied outside the main package directory data_files = [ # server data - [join('share', 'cubicweb', 'schemas'), - glob.glob(join(modname, 'schemas', '*.sql'))], [join('share', 'cubicweb', 'migration'), [join(_server_migration_dir, filename) for filename in listdir(_server_migration_dir)]],