Update to break tar into library and utility
This commit is contained in:
parent
9aa81e571d
commit
98e7a35630
8 changed files with 51 additions and 32 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -34,9 +34,6 @@
|
|||
[submodule "programs/acid"]
|
||||
path = programs/acid
|
||||
url = https://github.com/redox-os/acid.git
|
||||
[submodule "programs/tar"]
|
||||
path = programs/tar
|
||||
url = https://github.com/redox-os/tar-rs.git
|
||||
[submodule "programs/pkgutils"]
|
||||
path = programs/pkgutils
|
||||
url = https://github.com/redox-os/pkgutils.git
|
||||
|
@ -115,3 +112,6 @@
|
|||
[submodule "libs/ralloc"]
|
||||
path = libs/ralloc
|
||||
url = https://github.com/redox-os/ralloc.git
|
||||
[submodule "libs/tar"]
|
||||
path = libs/tar
|
||||
url = https://github.com/redox-os/tar-rs.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue