diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-06-23 01:16:27 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-06-23 01:16:27 -0400 |
commit | 9188d893fb00d11a0974582ab1575670777d96cf (patch) | |
tree | 665e36e7b31e8fa9c7c74827687fbed83081368a /README.md | |
parent | fa17600efcd09bf74954e728047fded3ff0bd0cd (diff) | |
download | spmc-9188d893fb00d11a0974582ab1575670777d96cf.tar.gz |
Handle unpacking when running as root:
* Check available tar programs and pick one to use
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,7 @@ A basic userland package management system with a few humble goals: - make (https://www.gnu.org/software/make) - openssl (https://www.openssl.org) - bsdtar (https://www.libarchive.org) + - OR gnutar (https://www.gnu.org/software/tar) - which (https://carlowood.github.io/which) ## Runtime Requirements @@ -27,6 +28,7 @@ A basic userland package management system with a few humble goals: - reloc (https://github.com/jhunkeler/reloc) - rsync (https://rsync.samba.org) - bsdtar (https://www.libarchive.org) + - OR gnutar (https://www.gnu.org/software/tar) - which (https://carlowood.github.io/which) ## Installation |