summaryrefslogtreecommitdiff
path: root/print/gnome-print/patches/patch-ac
blob: 155a30c9e946bbae820433e58bac0eed01cc0812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.4 2006/06/01 16:04:58 joerg Exp $

--- run-gnome-font-install.orig	2005-12-03 01:43:55.000000000 +0000
+++ run-gnome-font-install
@@ -127,7 +127,7 @@ my @options = (
 	       "--aliases=$datadir/fonts/adobe-urw.font",
 	       "--aliases=$datadir/gnome/fonts/adobe-urw.font",
 	       "$datadir/fonts/afms",
-	       '/usr/X11R6/lib/X11/fonts'
+	       '@X11BASE@/lib/X11/fonts'
 	       );
 print "Info: running \"$installer ", join (' ', @options), "\".\n";
 system ($installer, @options);