mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
13 lines
204 B
Plaintext
13 lines
204 B
Plaintext
|
|
Index: src/Boot.cpp
|
||
|
|
--- src/Boot.cpp.orig
|
||
|
|
+++ src/Boot.cpp
|
||
|
|
@@ -59,7 +59,7 @@ tryAgain:
|
||
|
|
break;
|
||
|
|
|
||
|
|
case 2:
|
||
|
|
- dataPath = "Data";
|
||
|
|
+ dataPath = "${TRUEPREFIX}/share/bugdom";
|
||
|
|
break;
|
||
|
|
|
||
|
|
default:
|