File: add-config-file.patch

package info (click to toggle)
tortoisehg 4.8.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,888 kB
  • sloc: python: 45,389; xml: 444; makefile: 114; sh: 5
file content (14 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: provide config file with installation paths
Author: Ludovico Cavedon <ludovico.cavedon@gmail.com>, Max Bowsher <maxb@f2s.com>
Forwarded: not-needed

Index: tortoisehg/tortoisehg/util/config.py
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ tortoisehg/tortoisehg/util/config.py	2009-11-21 01:57:20.000000000 -0800
@@ -0,0 +1,5 @@
+bin_path     = "/usr/bin"
+license_path = "/usr/share/common-licenses/GPL-2"
+locale_path  = "/usr/share/locale"
+icon_path    = "/usr/share/pixmaps/tortoisehg/icons"
+nofork       = True