refactor: change name from builder to installer
This commit is contained in:
parent
4ecc1eb1e8
commit
8cf2876ff0
7 changed files with 70 additions and 41 deletions
|
@ -3,9 +3,9 @@ use log::{debug, trace};
|
|||
use errors::{BinError, BuildError, InstallError};
|
||||
use manifest::Manifest;
|
||||
use pkgfile::PKGFile;
|
||||
use crate::tmp::TempDir;
|
||||
use crate::tmpfs::TempDir;
|
||||
|
||||
mod errors;
|
||||
pub mod errors;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum InstallType {
|
|
@ -1,3 +1,3 @@
|
|||
pub mod identifier;
|
||||
pub mod builder;
|
||||
pub mod installer;
|
||||
pub mod fetch;
|
Loading…
Add table
Add a link
Reference in a new issue