mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
83026d2a1b
PR: 71347 Submitted by: Igor Pokrovsky
12 lines
396 B
C++
12 lines
396 B
C++
--- samples/SampleUtilities/Data.cpp.orig Mon Jan 26 13:46:44 2004
|
|
+++ samples/SampleUtilities/Data.cpp Mon Jan 26 13:49:15 2004
|
|
@@ -53,7 +53,7 @@
|
|
sprintf(szPath, szFullPath);
|
|
return true;
|
|
}
|
|
- sprintf(szFullPath, "/usr/local/share/DemeterSampleData-3.20/");
|
|
+ sprintf(szFullPath, "%%EXAMPLESDIR%%/DemeterSampleData-3.20/");
|
|
if (TestPath(szFullPath))
|
|
{
|
|
sprintf(szPath, szFullPath);
|