summarylogtreecommitdiffstats
path: root/buildCabbage.patch
blob: c8346f2cca977b4e028498b66778c08a1e83a87e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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