diff --git a/recipes/drivers/Cargo.toml b/recipes/drivers/Cargo.toml
deleted file mode 100644
index 4b13eaf7863f2b145077173f6c0c8e5897691804..0000000000000000000000000000000000000000
--- 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 b43142765b5d1f587960003f3de7cc5e135e4a42..cdbba51c31a0520517c663b11a8d8ce1fc99eed1 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"
 }