File: 103_auto_p.patch

package info (click to toggle)
parser 3.4.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,332 kB
  • sloc: cpp: 33,155; sh: 15,606; ansic: 10,498; yacc: 1,361; makefile: 245; awk: 5
file content (21 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Set Debian-specific defaults for system-wide parser3 config.
Author: Sergey B Kirpichev <skirpichev@gmail.com>
Forwarded: not-needed

---
 etc/auto.p.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/etc/auto.p.in
+++ b/etc/auto.p.in
@@ -18,8 +18,8 @@ $response:content-type[
 
 @conf[filespec]
 $confdir[^file:dirname[$filespec]]
-$charsetsdir[$confdir/charsets]
-$sqldriversdir[$confdir/lib]
+$charsetsdir[@datarootdir@/charsets]
+$sqldriversdir[@libdir@]
 
 $CHARSETS[
 #	$.cp866[$charsetsdir/cp866.cfg]