diff options
author | David Robillard <d@drobilla.net> | 2011-11-25 01:47:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-25 01:47:04 +0000 |
commit | 370fd5443a0a5818c2a92f8e6ef0a342a6c8102f (patch) | |
tree | 2e5d7cb60e189c04c3afc2ba4fad1ccf142c5024 /wscript | |
parent | f74dcad595e7fb87eee318836de32962dab78598 (diff) | |
download | patchage-370fd5443a0a5818c2a92f8e6ef0a342a6c8102f.tar.gz patchage-370fd5443a0a5818c2a92f8e6ef0a342a6c8102f.tar.bz2 patchage-370fd5443a0a5818c2a92f8e6ef0a342a6c8102f.zip |
Add fontconfig configuration file to bundle.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3624 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ def build(bld): target = out_base + 'Resources/Patchage.icns') # Gtk/Pango/etc configuration files - for i in ['pangorc', 'pango.modules', 'gtkrc']: + for i in ['pangorc', 'pango.modules', 'gtkrc', 'fonts.conf']: bld(rule = 'cp ${SRC} ${TGT}', source = 'osx/' + i, target = out_base + 'Resources/' + i) |