From 1fb6beca6361c2642b8829b9ddf922299c1984d6 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 10 May 2017 21:50:41 -0600 Subject: [PATCH] Stage pcid.toml --- recipes/drivers/Cargo.toml | 14 -------------- recipes/drivers/recipe.sh | 7 ++++--- 2 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 recipes/drivers/Cargo.toml diff --git a/recipes/drivers/Cargo.toml b/recipes/drivers/Cargo.toml deleted file mode 100644 index 4b13eaf78..000000000 --- a/recipes/drivers/Cargo.toml +++ /dev/null @@ -1,14 +0,0 @@ -[workspace] -members = [ - "ahcid", - "alxd", - "bgad", - "e1000d", - "nvmed", - "pcid", - "ps2d", - "rtl8168d", - "vboxd", - "vesad", - "xhcid" -] diff --git a/recipes/drivers/recipe.sh b/recipes/drivers/recipe.sh index b43142765..cdbba51c3 100644 --- a/recipes/drivers/recipe.sh +++ b/recipes/drivers/recipe.sh @@ -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" } -- GitLab