summaryrefslogtreecommitdiff
path: root/dh_link
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-04-13 08:59:31 +0000
committerjoeyh <joeyh>2006-04-13 08:59:31 +0000
commit5cb05036a7c2716d3622290567881fd02a1b995d (patch)
tree7d7219aa1f7ea6108dc7e342ddcf20c93f27cc30 /dh_link
parentf2fa43a9c942e163b377c84c32edc351942d916c (diff)
r1900: * dh_installxfonts: Random hack to deal with X font dirs moving to
/usr/share/fonts/X11/ -- look there for fonts as well as in the old location, although the old location probably won't be seen by X anymore. * dh_installxfonts: Generate misc:Depends on new xfonts-utils. * dh_compress: compress pcm fonts under usr/share/fonts/X11/ * dh_link: change example that used X11R6 directory.
Diffstat (limited to 'dh_link')
-rwxr-xr-xdh_link4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_link b/dh_link
index a56eefbd..e5413ecb 100755
--- a/dh_link
+++ b/dh_link
@@ -69,10 +69,10 @@ this in the package build directory of the first package acted on.
Make bar.1 be a symlink to foo.1
dh_link var/lib/foo usr/lib/foo \
- usr/X11R6/man/man1/foo.1x usr/share/man/man1/bar.1
+ usr/share/man/man1/foo.1 usr/share/man/man1/bar.1
Make /usr/lib/foo/ be a link to /var/lib/foo/, and bar.1 be a symlink to
-the X man page foo.1x
+the foo.1
=cut