summarylogtreecommitdiffstats
path: root/buildCabbage.patch
diff options
context:
space:
mode:
Diffstat (limited to 'buildCabbage.patch')
-rw-r--r--buildCabbage.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/buildCabbage.patch b/buildCabbage.patch
new file mode 100644
index 000000000000..c8346f2cca97
--- /dev/null
+++ b/buildCabbage.patch
@@ -0,0 +1,15 @@
+diff --git a/Builds/LinuxMakefile/buildCabbage b/Builds/LinuxMakefile/buildCabbage
+index a8aba851..dbb6ceee 100755
+--- a/Builds/LinuxMakefile/buildCabbage
++++ b/Builds/LinuxMakefile/buildCabbage
+@@ -60,9 +60,4 @@ 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
+-
+-#cp -rf ../../Docs/_book CabbageBuild/Docs
+-
+-sed "s@CURRENTDIR@$(pwd)@" dummy.desktop > CabbageBuild/cabbage.desktop
+-cp CabbageBuild/cabbage.desktop ~/.local/share/applications/
++g++ ../../Source/testCsoundFile.cpp -o testCsoundFile -I"/usr/include/csound" -lcsound64