aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipepanic/files/fix-datadir.patch
blob: b7df38a3fbae959a276a5496be68a4ab6c2e7462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- pipepanic-0.1.1-source/main.h~fix-datadir
+++ pipepanic-0.1.1-source/main.h
@@ -20,7 +20,7 @@
 #define FALSE 0
 #define TRUE 1
 #define VERSION "0.1.1"
-#define DATADIR "/opt/QtPalmtop/share/pipepanic/"
+#define DATADIR "/usr/share"
 #define DIGITS24BMP "digits24.bmp"
 #define DIGITS48BMP "digits48.bmp"
 #define TILES24BMP "tiles24.bmp"