mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 10:38:46 +08:00
Stage pcid.toml
This commit is contained in:
parent
0506e3602e
commit
1fb6beca63
@ -1,14 +0,0 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"ahcid",
|
||||
"alxd",
|
||||
"bgad",
|
||||
"e1000d",
|
||||
"nvmed",
|
||||
"pcid",
|
||||
"ps2d",
|
||||
"rtl8168d",
|
||||
"vboxd",
|
||||
"vesad",
|
||||
"xhcid"
|
||||
]
|
||||
@ -2,10 +2,11 @@ GIT=https://github.com/redox-os/drivers.git
|
||||
CARGOFLAGS=--all
|
||||
|
||||
function recipe_version {
|
||||
echo "0.1.0"
|
||||
echo "0.1.1"
|
||||
return 1
|
||||
}
|
||||
|
||||
function recipe_update {
|
||||
cp ../Cargo.toml ./
|
||||
function recipe_stage {
|
||||
mkdir -pv "$1/etc"
|
||||
cp -v pcid.toml "$1/etc/pcid.toml"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user