Stage pcid.toml

This commit is contained in:
Jeremy Soller 2017-05-10 21:50:41 -06:00
parent 0506e3602e
commit 1fb6beca63
2 changed files with 4 additions and 17 deletions

View File

@ -1,14 +0,0 @@
[workspace]
members = [
"ahcid",
"alxd",
"bgad",
"e1000d",
"nvmed",
"pcid",
"ps2d",
"rtl8168d",
"vboxd",
"vesad",
"xhcid"
]

View File

@ -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"
}