diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
commit | 24934e623441310f644e5f72855b0f2bf9f3cd1a (patch) | |
tree | a453939bf58199bc2c3ff27bcf0accf2b221c6c4 /net-im/blight/files | |
parent | 687f45092b4f4ccf33765cee7427f054bae22344 (diff) |
Incoming! Moving Rogento.git to kogaion-desktop. Finally
Diffstat (limited to 'net-im/blight/files')
-rw-r--r-- | net-im/blight/files/blight-9999.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-im/blight/files/blight-9999.patch b/net-im/blight/files/blight-9999.patch new file mode 100644 index 00000000..e47640b1 --- /dev/null +++ b/net-im/blight/files/blight-9999.patch @@ -0,0 +1,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") |