From 23b5340bb335a1b08a5e2624222477ed91b0454f Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:43:47 +0000 Subject: [PATCH] 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 --- policy.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

-- 2.39.2