]> granicus.if.org Git - strace/commitdiff
2004-10-19 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 19 Oct 2004 23:29:47 +0000 (23:29 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 19 Oct 2004 23:29:47 +0000 (23:29 +0000)
* debian/rules: Make strace64.1.gz symlink to strace.1.gz instead of
strace64.1 to strace.1, which doesn't exist.
Fixes Debian bug #269220.

debian/rules

index 633a5a60e0a4ddd6006f07e402ce5127ba292999..746ce457e27fe83e56d31c93ebf84ddb13480217 100755 (executable)
@@ -80,7 +80,7 @@ binary-arch: $(extra_build_targets) build checkroot
 
 ifeq ($(build64),yes)
        install -s -o root -g root -m 755 build64/strace debian/tmp/usr/bin/strace64
-       ln -s strace.1 debian/tmp/usr/share/man/man1/strace64.1
+       ln -s strace.1.gz debian/tmp/usr/share/man/man1/strace64.1.gz
 endif
 
        dpkg-shlibdeps build/strace $(patsubst yes,build64/strace,$(build64))