diff options
| author | David Robillard <d@drobilla.net> | 2022-06-15 13:04:28 -0400 | 
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2022-07-17 17:08:38 -0400 | 
| commit | b3f385ada335ccc2114bf5d1847b571248437d1d (patch) | |
| tree | af1130e469204d963246c1cecb7e10e82e0f36de /wscript | |
| parent | a479e8057f5404b0af44f78698f950fbba509c41 (diff) | |
| download | lv2-b3f385ada335ccc2114bf5d1847b571248437d1d.tar.xz | |
Remove symlink from repository
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -395,7 +395,7 @@ def build(bld):      # Install lv2specgen      bld.install_files('${DATADIR}/lv2specgen/', -                      ['lv2specgen/style.css', +                      ['doc/style.css',                         'lv2specgen/template.html'])      bld.install_files('${DATADIR}/lv2specgen/DTD/',                        bld.path.ant_glob('lv2specgen/DTD/*'))  |