diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -63,3 +63,16 @@ These tools will likely not be included: - makepkg - pkgdiff - pkgtool + +## Operation Notes + +### Unsupported tar attributes + +These tools will exit with error in the unlikely event the package has +unsupported file attributes, like PAX. You can opt to ignore them via an +environment variable. + +``` + export PKGTOOLS_GO_STRICT=NO + installpkg some-cool-package.txz +``` |