mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3a6f0a8b69
PR: 21573 Submitted by: Ports Fury
12 lines
405 B
Plaintext
12 lines
405 B
Plaintext
--- relement.cpp.orig Sat Aug 12 03:31:54 2000
|
|
+++ relement.cpp Sat Sep 23 14:37:06 2000
|
|
@@ -3681,7 +3681,7 @@
|
|
|
|
// Search pattern in /usr/share/<proj>/hatches dir:
|
|
if(!QFileInfo(patternPath).exists()) {
|
|
- patternPath = QString("/usr/share/")+DEF_APPNAME_L+"/hatches/"+_pattern+".dxf";
|
|
+ patternPath = QString("%%PREFIX%%/share/")+DEF_APPNAME_L+"/hatches/"+_pattern+".dxf";
|
|
}
|
|
#endif
|
|
*/
|