File: 01_debianize_data_path.patch

package info (click to toggle)
billard-gl 1.75-18
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,572 kB
  • sloc: cpp: 10,496; makefile: 155
file content (13 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Changes the data path to conform with the FHS.
Origin: other
--- a/src/Namen.h
+++ b/src/Namen.h
@@ -23,7 +23,7 @@
 #define TUTORIAL 105
 
 #ifndef _WIN32
-#define PFAD "/usr/share/BillardGL/"
+#define PFAD "/usr/share/games/billard-gl/"
 #endif
 
 #ifndef PFAD