Skip to content

Commit c5c2466

Browse files
committed
Fix config file for well-known voices in debian package
This fixes commit 634b559
1 parent 9f94c35 commit c5c2466

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,6 +2309,12 @@
23092309
<linkName>${pipeline.config}/system.properties</linkName>
23102310
<linkTarget>${pipeline.home}/etc/system.properties</linkTarget>
23112311
</data>
2312+
<data>
2313+
<type>link</type>
2314+
<symlink>true</symlink>
2315+
<linkName>${pipeline.config}/tts-default-config.xml</linkName>
2316+
<linkTarget>${pipeline.home}/etc/tts-default-config.xml</linkTarget>
2317+
</data>
23122318
<data>
23132319
<type>file</type>
23142320
<src>src/main/deb/etc/default/daisy-pipeline2</src>

0 commit comments

Comments
 (0)