summaryrefslogtreecommitdiff
path: root/packages/pipepanic/files/fix-datadir.patch
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-05-17 08:10:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-17 08:10:04 +0000
commit5eadf46fddcf289beef3ea320677d969eb4a63fa (patch)
tree9b789c9dab8d02d32d136dc6f1b2f737fd581070 /packages/pipepanic/files/fix-datadir.patch
parent01a4a1d8ecd20547b0d291afcb2c0c6ff1b05a51 (diff)
parent2328ac8bc6a44b9a0e57ad503a57fabb80facac1 (diff)
merge of 58569a0e47bb26450c7e67d5aa0b20806e2b2a50
and 5ae0815fd4186ce653535a78ab0e482e9a7c24f4
Diffstat (limited to 'packages/pipepanic/files/fix-datadir.patch')
-rw-r--r--packages/pipepanic/files/fix-datadir.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/pipepanic/files/fix-datadir.patch b/packages/pipepanic/files/fix-datadir.patch
new file mode 100644
index 0000000000..b7df38a3fb
--- /dev/null
+++ b/packages/pipepanic/files/fix-datadir.patch
@@ -0,0 +1,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"