summarylogtreecommitdiffstats
path: root/fix_paths.patch
blob: 94567090c32aaafca9db4cf09f92aabbc35c5024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
diff --git a/Builds/LinuxMakefile/buildCabbage b/Builds/LinuxMakefile/buildCabbage
index a8aba851..751d5b63 100755
--- a/Builds/LinuxMakefile/buildCabbage
+++ b/Builds/LinuxMakefile/buildCabbage
@@ -60,9 +60,6 @@ cp ./../opcodes.txt CabbageBuild/opcodes.txt
 cp ./../../Images/cabbage.png CabbageBuild/cabbage.png
 cp -rf ../../Examples/ CabbageBuild/Examples
 
-g++ ../../Source/testCsoundFile.cpp -o testCsoundFile -I"/usr/local/include/csound" -lcsound64
+g++ ../../Source/testCsoundFile.cpp -o testCsoundFile -I"/usr/include/csound" -lcsound64
 
 #cp -rf ../../Docs/_book CabbageBuild/Docs
-
-sed "s@CURRENTDIR@$(pwd)@" dummy.desktop > CabbageBuild/cabbage.desktop
-cp CabbageBuild/cabbage.desktop ~/.local/share/applications/
diff --git a/CabbageIDE.jucer b/CabbageIDE.jucer
index bcedbf1e..13a89c4b 100755
--- a/CabbageIDE.jucer
+++ b/CabbageIDE.jucer
@@ -270,9 +270,9 @@
                 extraCompilerFlags="">
       <CONFIGURATIONS>
         <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="Cabbage"
-                       headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"/>
+                       headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"/>
         <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Cabbage"
-                       headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"/>
+                       headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"/>
       </CONFIGURATIONS>
       <MODULEPATHS>
         <MODULEPATH id="juce_core" path="../JUCE/modules"/>
diff --git a/CabbageLite.jucer b/CabbageLite.jucer
index f12c8bdd..09f966b5 100755
--- a/CabbageLite.jucer
+++ b/CabbageLite.jucer
@@ -219,9 +219,9 @@
                 externalLibraries="csound64&#10;sndfile">
       <CONFIGURATIONS>
         <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="CabbageLite"
-                       headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"/>
+                       headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"/>
         <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="CabbageLite"
-                       libraryPath="&quot;/usr/local/lib&quot;" headerPath="&quot;/usr/local/include/csound&quot;"/>
+                       libraryPath="&quot;/usr/lib&quot;" headerPath="&quot;/usr/include/csound&quot;"/>
       </CONFIGURATIONS>
       <MODULEPATHS>
         <MODULEPATH id="juce_core" path="../sourcecode/JUCE/modules"/>
diff --git a/CabbagePlugin.jucer b/CabbagePlugin.jucer
index 731fde68..11b8c00e 100755
--- a/CabbagePlugin.jucer
+++ b/CabbagePlugin.jucer
@@ -187,10 +187,10 @@
                 extraLinkerFlags="-Wall">
       <CONFIGURATIONS>
         <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="CabbagePlugin"
-                       headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"
+                       headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"
                        defines=""/>
         <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="CabbagePlugin"
-                       headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"
+                       headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"
                        defines="Cabbage_Plugin_Synth=1"/>
       </CONFIGURATIONS>
       <MODULEPATHS>
diff --git a/CabbagePluginMIDIEffect.jucer b/CabbagePluginMIDIEffect.jucer
index 19991106..2bf842d6 100755
--- a/CabbagePluginMIDIEffect.jucer
+++ b/CabbagePluginMIDIEffect.jucer
@@ -187,10 +187,10 @@
                 extraLinkerFlags="-Wall">
       <CONFIGURATIONS>
         <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="CabbagePlugin"
-                       headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"
+                       headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"
                        defines="Cabbage_Plugin_Synth=1"/>
         <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="CabbagePlugin"
-                       headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"
+                       headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"
                        defines="Cabbage_Plugin_Synth=1"/>
       </CONFIGURATIONS>
       <MODULEPATHS>
diff --git a/CabbagePluginSynth.jucer b/CabbagePluginSynth.jucer
index 9edffcbb..39d5cf01 100755
--- a/CabbagePluginSynth.jucer
+++ b/CabbagePluginSynth.jucer
@@ -187,10 +187,10 @@
                 extraLinkerFlags="-Wall">
       <CONFIGURATIONS>
         <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="CabbagePlugin"
-                       headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"
+                       headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"
                        defines="Cabbage_Plugin_Synth=1"/>
         <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="CabbagePlugin"
-                       headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"
+                       headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"
                        defines="Cabbage_Plugin_Synth=1"/>
       </CONFIGURATIONS>
       <MODULEPATHS>