summaryrefslogtreecommitdiff
path: root/debian/patches/debpathes
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debpathes')
-rw-r--r--debian/patches/debpathes16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/debpathes b/debian/patches/debpathes
new file mode 100644
index 0000000..38ec3eb
--- /dev/null
+++ b/debian/patches/debpathes
@@ -0,0 +1,16 @@
+Author: Tzafrir Cohen <tzafrir@debian.org>
+Description: Pathes that match Debian packaging
+
+--- a/share/init.d/plinth
++++ b/share/init.d/plinth
+@@ -11,8 +11,8 @@
+ ### END INIT INFO
+
+ # This file is /etc/init.d/plinth
+-DAEMON=/usr/local/bin/plinth.py
+-EXMACHINA_DAEMON=/usr/local/bin/exmachina.py
++DAEMON=/usr/bin/plinth
++EXMACHINA_DAEMON=/usr/share/pyshared/exmachina/exmachina.py
+ PID_FILE=/var/run/plinth.pid
+ EXMACHINA_PID_FILE=/var/run/exmachina.pid
+