File datadir.patch of Package pink-pony
# Copyright (C) 2009 Miriam Ruiz <little_miry@yahoo.es>
# Distributed under the same license as the game (GPL3+). See debian/copyright
Index: pink-pony-1.3.1/pony.options
===================================================================
--- pink-pony-1.3.1.orig/pony.options 2013-09-13 00:55:46.000000000 +0200
+++ pink-pony-1.3.1/pony.options 2013-09-13 00:55:46.000000000 +0200
@@ -9,7 +9,7 @@
// Resource directory
-resource_dir = "resources/";
+resource_dir = "/usr/share/pink-pony/";
// Particles
Index: pink-pony-1.3.1/Pony.cc
===================================================================
--- pink-pony-1.3.1.orig/Pony.cc 2013-09-13 00:55:46.000000000 +0200
+++ pink-pony-1.3.1/Pony.cc 2013-09-13 00:55:46.000000000 +0200
@@ -18,7 +18,7 @@
int main(int argc, char** argv)
{
- string config_file = "pony.options";
+ string config_file = "/usr/share/pink-pony/pony.options";
bool running = true;
Config config;