Description: Haskore can use CSound as rendering mechanism for audio
 synthesis, running CSound's command-line utility with the proper
 arguments. This patch sets /tmp as the temporary directory to use
 while running CSound's command-line utility.
Forwarded: not-needed
Author: Ernesto Hernández-Novich (USB) <emhn@usb.ve>

--- a/src/Haskore/Interface/CSound/Tutorial.lhs
+++ b/src/Haskore/Interface/CSound/Tutorial.lhs
@@ -258,7 +258,7 @@
 \begin{haskelllisting}
 
 > csoundDir :: Name
-> csoundDir = "src/Test/CSound"
+> csoundDir = "/tmp"
 > -- csoundDir = "C:/TEMP/csound"
 >
 > tut1 = example "tut01" score1 o1
--- a/src/Haskore/Interface/CSound/TutorialCustom.lhs
+++ b/src/Haskore/Interface/CSound/TutorialCustom.lhs
@@ -294,7 +294,7 @@
 \begin{haskelllisting}
 
 > csoundDir :: Name
-> csoundDir = "src/Test/CSound"
+> csoundDir = "/tmp"
 > -- csoundDir = "C:/TEMP/csound"
 >
 > tut1 = example "tut01" score1 o1
