diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-18 01:01:46 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-18 01:02:33 (EDT) |
commit | bd2becc5734e30ca94d66ac5c716cd5b452739dc (patch) | |
tree | 0ed9b8c43534ed5ae7aca46ed2f86d40d2c0d49a /NEWS | |
parent | 059a0215f8700f2ee0db37cd4a87ed9cb28ed4a7 (diff) |
configure.ac: Don't check for tar --numeric-owner
I think it only applies to extraction, at least in BusyBox.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -38,8 +38,7 @@ libopkbuild: Build system: * configure now checks for fakeroot, touch (preferably with the "-h" - option), and tar (with the "-T", "--no-recursion", and - "--numeric-owner" options). + option), and tar (with the "-T" and "--no-recursion" options). Documentation: |