#! /bin/sh /usr/share/dpatch/dpatch-run
## 20_soundfolder.dpatch by  Oliver Korff <ok@xynyx.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: This patch adds the correct path to the sound files

@DPATCH@
diff -urNad scid-3.7.3.cvs20090612~/tcl/start.tcl scid-3.7.3.cvs20090612/tcl/start.tcl
--- scid-3.7.3.cvs20090612~/tcl/start.tcl	2009-06-12 11:52:15.000000000 +0200
+++ scid-3.7.3.cvs20090612/tcl/start.tcl	2009-06-12 11:57:35.000000000 +0200
@@ -910,7 +910,7 @@
 
 ### Audio move announcement options:
 
-set ::utils::sound::soundFolder [file nativename [file join $::scidExeDir sounds]]
+set ::utils::sound::soundFolder "/usr/share/scid/sounds"
 set ::utils::sound::announceNew 0
 set ::utils::sound::announceForward 0
 set ::utils::sound::announceBack 0
