diff options
Diffstat (limited to 'cad/qcad/files/patch-ac')
-rw-r--r-- | cad/qcad/files/patch-ac | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cad/qcad/files/patch-ac b/cad/qcad/files/patch-ac new file mode 100644 index 000000000000..0add977c2877 --- /dev/null +++ b/cad/qcad/files/patch-ac @@ -0,0 +1,20 @@ +--- rconfig.cpp.orig Sat Sep 23 14:33:24 2000 ++++ rconfig.cpp Sat Sep 23 14:36:05 2000 +@@ -178,7 +178,7 @@ + addSetting( "Print:PrintAdjustmentFactor", "1.0"); + + addSetting( "Paths:BrowserPath", (RUNNING_WINDOWS ? "C:\\Progra~1\\Intern~1\\Iexplore.exe" : "netscape")); +- addSetting( "Paths:LibraryPath1", "/usr/share/qcad/libraries" ); ++ addSetting( "Paths:LibraryPath1", "%%PREFIX%%/share/qcad/libraries" ); + + verbose=false; + } +@@ -579,7 +579,7 @@ + + // Search in /usr/share/qcad/... dir: + if(!QFileInfo(path).exists()) { +- path = QString("/usr/share/")+DEF_APPNAME_L+"/"+_relPath; ++ path = QString("%%PREFIX%%/share/")+DEF_APPNAME_L+"/"+_relPath; + } + #endif + |