Fix path to tv4 in the Debianaze patch
Thomas Goirand
5 years ago
18 | 18 | +#BASE_DIR = join(dirname(__file__), 'data') |
19 | 19 | # linux package maintainers just can point to their file locations like this: |
20 | 20 | -#BASE_DIR = '/usr/share/javascript/angular-schema-form' |
21 | +BASE_DIR = '/usr/share/javascript/angular-schema-form' | |
21 | +BASE_DIR = '/usr/share/javascript/tv4' | |
22 | 22 | |
23 | 23 | LOCATIONS = { |
24 | 24 | # CDN locations (if no public CDN exists, use an empty dict) |