From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:43:47 +0000 (+0000) Subject: fixed the command line required to output the copyright file, closes: #75508 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=23b5340bb335a1b08a5e2624222477ed91b0454f;p=debian%2Fdebian-policy.git fixed the command line required to output the copyright file, closes: #75508 Author: joy Date: 2003/11/02 14:14:22 fixed the command line required to output the copyright file, closes: #75508 git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-263 --- diff --git a/policy.sgml b/policy.sgml index 532fcf2..f57cf1c 100644 --- a/policy.sgml +++ b/policy.sgml @@ -8674,7 +8674,7 @@ install-info --quiet --remove /usr/share/info/foobar.info To view the copyright file for a package you could use this command: - dpkg --fsys-tarfile filename.deb | tar xof usr/share/doc/\*copyright | less + dpkg --fsys-tarfile filename.deb | tar xO ./usr/share/doc/\*/copyright | pager