summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Cherny2018-05-26 20:52:45 +0300
committerEugene Cherny2018-05-26 20:52:45 +0300
commita362f8da5598e8954fc02afc2e57669aab55de54 (patch)
treeb11746f2f2c078622dc9fc563b1ef2985a905010
parentdf7949fe59c4156dd00e5407c0560c2ec60d7a38 (diff)
downloadaur-a362f8da5598e8954fc02afc2e57669aab55de54.tar.gz
[rm] fix_default_dirs.patch
-rw-r--r--fix_default_dirs.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/fix_default_dirs.patch b/fix_default_dirs.patch
deleted file mode 100644
index 59a117f242e4..000000000000
--- a/fix_default_dirs.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/Source/Settings/CabbageSettings.cpp b/Source/Settings/CabbageSettings.cpp
-index 6d98818b..6fde16df 100755
---- a/Source/Settings/CabbageSettings.cpp
-+++ b/Source/Settings/CabbageSettings.cpp
-@@ -49,7 +49,9 @@ void CabbageSettings::setDefaultSettings()
- #if defined(WIN32)
- manualPath = "C:\\Program Files\\Csound6_x64\\doc\\manual";
- #elif !defined(MACOSX)
-- manualPath = File::getSpecialLocation (File::currentExecutableFile).getParentDirectory().getFullPathName() + "/CsoundDocs";
-+ examplesDir = "/usr/share/doc/cabbage/examples";
-+ cabbageHelp = "/usr/share/doc/cabbage/help";
-+ manualPath = "/usr/share/doc/csound-doc";
- #else
- examplesDir = File::getSpecialLocation (File::currentExecutableFile).getParentDirectory().getParentDirectory().getFullPathName() + "/Examples";
- cabbageHelp = File::getSpecialLocation (File::currentExecutableFile).getParentDirectory().getParentDirectory().getFullPathName() + "/CabbageManual";