blob: e47640b17f6dbe7ccc8068aa190f7cec45f39920 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur a/config.rkt b/config.rkt
--- a/config.rkt 2014-05-30 17:05:42.212974487 -0700
+++ b/config.rkt 2014-05-30 17:09:20.788966204 -0700
@@ -26,7 +26,7 @@
; location of sound directory (currently depends on running from same dir
; change to /usr/share/blight/sounds (or something) once a proper
; installer is to be had
-(define sound-dir (build-path "sounds"))
+(define sound-dir (build-path "/usr/share/blight/sounds"))
; list of sound files
(define sounds (list
(build-path sound-dir "New Message.wav")
|