]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_link
r1900: * dh_installxfonts: Random hack to deal with X font dirs moving to
[debhelper.git] / dh_link
diff --git a/dh_link b/dh_link
index a56eefbdce6a527c962a7901621c5414e1553c81..e5413ecb77a4558c3d88e2242e5bc98ebd9ed1a7 100755 (executable)
--- 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