From 2b36b23e0223aa7e51047ff30daafe773f38a070 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 28 Oct 1999 07:47:24 +0000 Subject: r298: * Fixed some problems with dh_installxfonts font dirs. --- autoscripts/postinst-xfonts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoscripts/postinst-xfonts') diff --git a/autoscripts/postinst-xfonts b/autoscripts/postinst-xfonts index e3e6a1c6..a0b58c9d 100644 --- a/autoscripts/postinst-xfonts +++ b/autoscripts/postinst-xfonts @@ -3,6 +3,6 @@ updatecmds="#UPDATECMDS#" for dir in $fontdirs; do for currentcmd in $updatecmds; do - $currentcmd /usr/X11R6/lib/X11/$dir + $currentcmd /usr/lib/X11/fonts/$dir done done -- cgit v1.2.3