r298: * Fixed some problems with dh_installxfonts font dirs.
authorjoey <joey>
Thu, 28 Oct 1999 07:47:24 +0000 (07:47 +0000)
committerjoey <joey>
Thu, 28 Oct 1999 07:47:24 +0000 (07:47 +0000)
autoscripts/postinst-xfonts
autoscripts/postrm-xfonts
debian/changelog

index e3e6a1c6f47c0fd689f0cb29ee4d266ad1e03d9f..a0b58c9dde659b48ea863ceb9285cbd36b52813e 100644 (file)
@@ -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
index c8d1f7673bbdcb6c4a0bbd160eaa6809e09161f5..ce3b7c66f220b722be910c6d10d720354f906b7c 100644 (file)
@@ -2,7 +2,7 @@ fontdirs="#FONTDIRS#"
 updatecmds="#UPDATECMDS#"
 
 for currentdir in $fontdirs; do
-       longdir=/usr/X11R6/lib/X11/fonts/$currentdir
+       longdir=/usr/lib/X11/fonts/$currentdir
        if [ -d $longdir ]; then
                for file in fonts.dir fonts.alias; do
                        rm -f $file
index 78ff353a2a3dd915f1095c8c1c8018bd94573b5c..019d29d9c139315b08cf9ba53f160fdfd729a7c2 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (2.0.66) unstable; urgency=low
+
+  * Fixed some problems with dh_installxfonts font dirs.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu, 28 Oct 1999 00:46:43 -0700
+
 debhelper (2.0.65) unstable; urgency=low
 
   * dh_builddeb: -u can be passed to this command now, followed by