[distribution] the web/data/images directory has to be handled in pkginfo stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 31 Mar 2010 13:35:44 +0200
branchstable
changeset 5110 e1f0fb044d94
parent 5108 8495d580a580
child 5111 9f3ea34f98d1
[distribution] the web/data/images directory has to be handled in pkginfo
__pkginfo__.py
--- a/__pkginfo__.py	Wed Mar 31 12:53:24 2010 +0200
+++ b/__pkginfo__.py	Wed Mar 31 13:35:44 2010 +0200
@@ -89,6 +89,8 @@
          [join(data_dir, fname) for fname in listdir(data_dir) if not isdir(join(data_dir, fname))]],
         [join('share', 'cubicweb', 'cubes', 'shared', 'data', 'timeline'),
          [join(data_dir, 'timeline', fname) for fname in listdir(join(data_dir, 'timeline'))]],
+        [join('share', 'cubicweb', 'cubes', 'shared', 'data', 'images'),
+         [join(data_dir, 'timeline', fname) for fname in listdir(join(data_dir, 'images'))]],
         [join('share', 'cubicweb', 'cubes', 'shared', 'wdoc'),
          [join(wdoc_dir, fname) for fname in listdir(wdoc_dir) if not isdir(join(wdoc_dir, fname))]],
         [join('share', 'cubicweb', 'cubes', 'shared', 'wdoc', 'images'),