diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-02 23:06:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-02 23:06:18 +0000 |
| commit | b679478a2885b03f6b4b415d3f9159965a67e19e (patch) | |
| tree | 2e0008d882761609079670e6a965c84da45b8b19 /wscript | |
| parent | 9bf2cf3509380663e6943f6b0d22dbec6002c332 (diff) | |
Try to fix font paths.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -442,7 +442,9 @@ def build(bld): bld.recurse('platform/osx') if not bld.env.TARGET_WINDOWS: - bld.install_files('${PREFIX}/share/dcpomatic2', 'LiberationSans-Regular.ttf') + bld.install_files('${PREFIX}/share/dcpomatic2', 'fonts/LiberationSans-Regular.ttf') + bld.install_files('${PREFIX}/share/dcpomatic2', 'fonts/LiberationSans-Italic.ttf') + bld.install_files('${PREFIX}/share/dcpomatic2', 'fonts/LiberationSans-Bold.ttf') bld.add_post_fun(post) |
