Package: xfonts-nexus
Version: 0.0.2-11
Severity: normal
Hi,
I noticed a minor issue during my upgrade to Xorg 7.0 today: the
postinst script still uses the old Xorg 6.9 font path for the mkfontdir
command (line 11). I think this is the appropriate fix:
--- xfonts-nexus.postinst 2006-04-16 21:57:29.000000000 +0200
+++ xfonts-nexus.postinst-new 2006-04-16 22:00:35.000000000 +0200
@@ -8,7 +8,7 @@
if [ "$1" = "configure" ]; then
- ( cd /usr/X11R6/lib/X11/fonts/misc ; /usr/X11R6/bin/mkfontdir )
+ ( cd /usr/share/fonts/X11/misc ; /usr/X11R6/bin/mkfontdir )
update-fonts-alias misc
fi
Regards,
Florian
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (50,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-flo
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages xfonts-nexus depends on:
ii xfonts-utils 1:1.0.0-3 X Window System font utility progr
xfonts-nexus recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]