diff options
author | 2010-11-29 17:14:20 +0100 | |
---|---|---|
committer | 2010-11-29 16:15:41 +0000 | |
commit | 474e4d7818055ea8e4d085cf7e04d4fea7c2b47a (patch) | |
tree | ae667248962419c34d596af48270b82ece9cbf1b | |
parent | 249160784f590fcbfbc1f47871e266423829b004 (diff) | |
download | paludis-474e4d7818055ea8e4d085cf7e04d4fea7c2b47a.tar.gz paludis-474e4d7818055ea8e4d085cf7e04d4fea7c2b47a.tar.xz |
Fix minor typo.
-rw-r--r-- | doc/overview/pbins.html.part | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/overview/pbins.html.part b/doc/overview/pbins.html.part index 756130813..af548174d 100644 --- a/doc/overview/pbins.html.part +++ b/doc/overview/pbins.html.part @@ -48,7 +48,7 @@ particular:</p> is enabled (error messages like <code>archive_read_disk_entry_from_file failed</code>).</li> <li>Current releases of libarchive do not support GNU's tar extensions (although svn master does). However, without - extensions, tar is effectively useless. Thus, if the version of ilbarchive installed when Paludis is built does not + extensions, tar is effectively useless. Thus, if the version of libarchive installed when Paludis is built does not have GNU tar support, we use POSIX pax format when creating tarballs, and we use the <code>.pax</code> extension rather than <code>.tar</code> to make this clear. Unfortunately, <strong>GNU tar doesn't particularly like PAX tarballs</strong>, and will moan like crazy and not properly extract files built this way. Thus, if you intend |