File: configuration_path.patch

package info (click to toggle)
html2ps 1.0b7-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,200 kB
  • sloc: perl: 4,539; tcl: 1,799; makefile: 1
file content (20 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Last-Update: 2011-08-06
Description: New path for referenced files
  Debian policy requires documentation and configuration files to lie
  in a place different than used by upstream.

diff --git a/html2ps b/html2ps
index 1404164..45351d2 100755
--- a/html2ps
+++ b/html2ps
@@ -24,8 +24,8 @@
 # Set the name of the global configuration file. See the installation notes
 # and manual page for more details on configuration files.
 
-$globrc='/it/sw/share/www/lib/html2ps/html2psrc';
-$ug='/it/sw/share/www/lib/html2ps/html2ps.html';
+$globrc='/etc/html2psrc';
+$ug='/usr/share/doc/html2ps/html2ps.html';
 $default_paper=`paperconf` || 'a4';
 
 $conf=<<"EOR";